From bf8267c2a8387c1ad90a7ac0471c8b03d2501f81 Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Wed, 14 Feb 2024 13:04:41 +0200 Subject: [PATCH] move --- .../Espo/Resources/metadata/entityDefs/AuthLogRecord.json | 2 +- .../{ => admin}/auth-log-record/fields/authentication-method.js | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename client/src/views/{ => admin}/auth-log-record/fields/authentication-method.js (100%) diff --git a/application/Espo/Resources/metadata/entityDefs/AuthLogRecord.json b/application/Espo/Resources/metadata/entityDefs/AuthLogRecord.json index 3f5284dad0..7c02fa9ca8 100644 --- a/application/Espo/Resources/metadata/entityDefs/AuthLogRecord.json +++ b/application/Espo/Resources/metadata/entityDefs/AuthLogRecord.json @@ -66,7 +66,7 @@ }, "authenticationMethod": { "type": "enum", - "view": "views/auth-log-record/fields/authentication-method", + "view": "views/admin/auth-log-record/fields/authentication-method", "translation": "Settings.options.authenticationMethod" } }, diff --git a/client/src/views/auth-log-record/fields/authentication-method.js b/client/src/views/admin/auth-log-record/fields/authentication-method.js similarity index 100% rename from client/src/views/auth-log-record/fields/authentication-method.js rename to client/src/views/admin/auth-log-record/fields/authentication-method.js