[2.0][Admin][FIX] Use a unique id for each tab group#17752
[2.0][Admin][FIX] Use a unique id for each tab group#17752GSadee merged 5 commits intoSylius:2.0from
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughThe changes introduce a new variable, Changes
Sequence Diagram(s)sequenceDiagram
participant T as Template Engine
participant F as Form Renderer
T->>F: For each channel element
F->>T: Generate tab_id (channel_code + id)
F->>F: Set tab anchor's href using tab_id
F->>F: Set tab pane's id using tab_id
F->>F: Update sylius_test_html_attribute with tab_id
Assessment against linked issues
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Preview Environment deleted from BunnyshellAvailable commands:
|
src/Sylius/Bundle/AdminBundle/templates/shared/form_theme.html.twig
Outdated
Show resolved
Hide resolved
|
Thank you @nicolalazzaro and @Wojdylak! 🎉 |
Summary by CodeRabbit