- π¨π¦Canada liquidcms
Is this issue, my issue?
I have the "User view" overridden with Page Manager. It uses Layout Builder. I globally place the Page Title block. Once i do this, i now see an H1 on my user profile page. But this H1 says "User view". The page meta title still is correct as the user's name. Oddly, the only place i can find in my site that has the string "User view" is the PM label. But why would this be used to show anywhere other than the PM UI?
I applied the patch from #19. It applies cleanly but does not fix this and offers no additional UI in PM that i have been able to find.
Doing what was suggested in #23 does change the title. But of course this would need to be tokenized.
- last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Patch Failed to Apply - last update
over 1 year ago Composer config failure - last update
over 1 year ago 87 pass, 2 fail - last update
over 1 year ago Composer config failure - last update
over 1 year ago 88 pass - last update
about 1 year ago 88 pass - last update
about 1 year ago 88 pass - last update
about 1 year ago 88 pass - last update
about 1 year ago 88 pass - last update
about 1 year ago 88 pass - last update
about 1 year ago 88 pass - last update
about 1 year ago 88 pass - π¬π§United Kingdom andrew.farquharson
The page manager module when enabled inserts a page from its config/install directory. That page applies to the /node/{node} path. But to change the layout of /node/{node} pages you have to add a variant. Then you can add blocks to the variant. Variants store page title and label values on creation. The label can be edited after creation but the page title cannot be edited after creation.
The same is true of any page that users create after installing the module once they have added at least one variant to the page. Pages do not store page title and label values. Only variants do. So this issue only affects page variants.
- π¬π§United Kingdom andrew.farquharson
To test the patches I recommend installing the page manager module using composer, run a fresh site installation using the standard profile, enable the page_manager and page_manager_ui modules.
At /admin/structure/page_manager you will find the page automatically installed from the config/install folder of the module when the module is enabled.
Create a variant for the page and save it. Then click on the variant label then click on the 'General' tab. You can then edit the variant label and the page title. Then save/ update the edited values.
These steps can be created for the patched version of the page manager module.
The test can be repeated on several different drupal core versions of drupal that the module is compatible with.
- Status changed to Active
about 1 year ago 8:08pm 19 October 2023 - Merge request !29Issue #2830464: Page title not editable in browser UI β (Merged) created by ivnish
- ivnish Kazakhstan
ivnish β changed the visibility of the branch 2830464-page-label-not to hidden.
- Assigned to ivnish
- Status changed to Needs review
5 months ago 6:55am 26 June 2024 - Status changed to RTBC
4 months ago 7:20am 12 July 2024 - Status changed to Fixed
4 months ago 11:46pm 25 July 2024 -
japerry β
committed 2b11fbfc on 8.x-4.x authored by
ivnish β
Issue #2830464 by ivnish: Page title not editable in browser UI
-
japerry β
committed 2b11fbfc on 8.x-4.x authored by
ivnish β
Automatically closed - issue fixed for 2 weeks with no activity.