-
-
Notifications
You must be signed in to change notification settings - Fork 707
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
[16.0][OU-FIX] website: rename group_website_publisher in custom templates #4216
[16.0][OU-FIX] website: rename group_website_publisher in custom templates #4216
Conversation
3c87a24
to
7e6d449
Compare
Locate group directives in custom views with the former `group_website_publisher` group which is now renamed to `group_website_restricted_editor`. TT45244
7e6d449
to
f639767
Compare
fixed 🤦 |
Although it's a very distant possibility, you may have an string |
Normally it's double but it could be both. And also there could be commas (e.g: To consider that possibility we could maybe use |
The second one sounds good then. |
I'm seeing that is going to be a little bit harder than expected. We can match by xpath the group but only remove it and add it later. That would spoil those cases which had several more groups along with the one we want to replace... |
So fragment conversions is not handling correctly the removal and addition of elements in list separated by commas? |
It simply isn't supported and that case is hardcoded for classes and styles |
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.
OK, it's very limiting IMO.
Let's merge this patch here then.
Yeah, maybe for a more important future migration we'll need to refactor that part |
Reviewing #4023 I detected that this can be an issue in custom views that make use of that group.
cc @Tecnativa TT45244