-
Notifications
You must be signed in to change notification settings - Fork 78
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
Allow multiple form data tabs on parent view #315
Allow multiple form data tabs on parent view #315
Conversation
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.
@luca-rath the new poroperty should also be added to the documentation: https://github.com/sulu/SuluFormBundle/blob/2.x/Resources/doc/dynamic.md#list-tab---export
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.
After rethinking I think we should use the key
instead for action and view name as that make sure that is unique by the yaml structure. Sorry for the circumstances!
I added some suggestion so we can still avoid bc break in url and view name.
Resources/doc/dynamic.md
Outdated
@@ -132,6 +132,7 @@ sulu_form: | |||
dynamic_lists: | |||
sulu_page.page_edit_form: # view key e.g. "sulu_page.page_edit_form" for sulu pages or "sulu_article.edit_form" for sulu articles. | |||
form: # unique key mostly the same as the template key or a combination between template and property key. |
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.
as reading this command I think we should just use the key
as postfix for the viewbuilder, so uniqueness is defined by the yaml key.
Co-authored-by: Alexander Schranz <[email protected]>
What's in this PR?
Allow multiple form data tabs on parent view