-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate all element contents to single table #367
base: develop
Are you sure you want to change the base?
Conversation
self::SCENARIO_CREATE => ['fileList', 'definitionPostData', 'fields'], | ||
self::SCENARIO_EDIT_ADMIN => ['fileList', 'definitionPostData', 'fields'], | ||
self::SCENARIO_EDIT => ['fileList', 'definitionPostData', 'fields'], | ||
self::SCENARIO_DEFAULT => ['fileList', 'definitionPostData', 'dynAttributes'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yurabakhtin Is it really necessary to mark 'dynAttributes' as 'safe attributes'? Isn't that only necessary for attributes that are read in via 'load', for example, or for user input?
It is only used internally and shouldn't be necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/humhub/custom-pages-internal/issues/22