Skip to content
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

Open
wants to merge 17 commits into
base: develop
Choose a base branch
from

Conversation

yurabakhtin
Copy link
Contributor

@yurabakhtin yurabakhtin requested a review from luke- December 20, 2024 18:16
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'],
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luke- Yes, you are right, I have removed that here.

@yurabakhtin yurabakhtin marked this pull request as ready for review December 27, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants