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