Closed (fixed)
Project:
Experience Builder
Version:
0.x-dev
Component:
Config management
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Mar 2025 at 07:24 UTC
Updated:
17 Mar 2025 at 10:29 UTC
Jump to comment: Most recent

Comments
Comment #4
johnwebdev commentedThis MR just implements the most trivial fix, and that is changing the label in PageRegion. But, this also affects the label everywhere, and that might not be desirable? In that case, maybe we should add a dedicated getAutoSaveLabel() method on entities instead?
Comment #5
wim leersThis definitely is not a bug. It works exactly as intended.
#4: that's exactly why I named it this way, actually! 😄 Plus, it matched the label of the page template prior to #3501600: Split 1 PageTemplate config entity into N PageRegion config entities — which also included the theme name.
But @lauriii beat me to it:
Agreed. There's no potential for confusion.
I'll fix the last failing test and get this in.
Comment #6
wim leersComment #8
wim leers