Merge pull request #3183 from StefanKelm/2.4

Update Log.php
pull/3188/head
Andras Iklody 2018-04-23 23:58:22 +02:00 committed by GitHub
commit a868dfb84b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 29 additions and 29 deletions

View File

@ -16,45 +16,45 @@ class Log extends AppModel {
public $validate = array(
'action' => array(
'rule' => array('inList', array(
'accept',
'accept_delegation',
'add',
'admin_email',
'auth',
'auth_fail',
'blacklisted',
'change_pw',
'delete',
'disable',
'discard',
'edit',
'email',
'enable',
'error',
'export',
'file_upload',
'galaxy',
'login',
'login_fail',
'logout',
'add',
'edit',
'change_pw',
'delete',
'merge',
'pruneUpdateLogs',
'publish',
'accept',
'discard',
'publish alert',
'pull',
'push',
'blacklisted',
'admin_email',
'tag',
'publish alert',
'warning',
'error',
'email',
'serverSettingsEdit',
'remove_dead_workers',
'upload_sample',
'request_delegation',
'reset_auth_key',
'serverSettingsEdit',
'tag',
'undelete',
'update',
'update_database',
'upgrade_24',
'upload_sample',
'version_warning',
'auth',
'auth_fail',
'reset_auth_key',
'update',
'enable',
'disable',
'accept_delegation',
'request_delegation',
'merge',
'undelete',
'file_upload',
'export',
'pruneUpdateLogs',
'galaxy'
'warning'
)),
'message' => 'Options : ...'
)