fix: [internal] Missing field for server model when editing event

pull/6069/head
Jakub Onderka 2020-06-27 19:52:12 +02:00 committed by GitHub
parent 26ae7faa53
commit 2fb531d54d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -3756,7 +3756,8 @@ class Event extends AppModel
'Server.name',
'Server.id',
'Server.unpublish_event',
'Server.publish_without_email'
'Server.publish_without_email',
'Server.internal',
)
));
} else {