-
Notifications
You must be signed in to change notification settings - Fork 470
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
UVE: Page content is deleted when change language #29572
Comments
### Proposed Changes * fix(template): Page content is deleted after changing page properties - #29569 * fix(template): Page content is deleted when changing language - #29572 * fix(template): Keep custom template after update - #29034 ## Videos ### Page content is deleted after changing page properties https://github.com/user-attachments/assets/b1348572-89b9-404d-9df3-7cae19bd688a ### Page content is deleted when changing language https://github.com/user-attachments/assets/4f3079da-77bf-4616-a031-7a3802c40d39 ### Keep custom template after update https://github.com/user-attachments/assets/23217700-1800-4ed7-ad7e-9ccc75fafac3
### Proposed Changes * Add properties to UVE Dialog Action to set `status` and `isTranslation` values * Fix double `loads` on navigate to maintain a healthy cycle between UVE and Headless Client * Fix Astro error where we cannot navigate * Prevent Loading when `queryParams` did not changed * Rename `load` method from the store to `init` * Small fix on template builder that prevented UVE to start when initializing the tool from layout * Fix triple reload when Page Properties are saved ### Note This PR also fixes - #29572 QA Rejected - #29836 ### Screenshots https://github.com/user-attachments/assets/140a8ae2-ab6d-48c4-a00a-7c6d96541802
Internal QA: Passed.The following use case is out of scope of the ticket, so it will be resolved in another card. When creating a new version of a page in Screen.Recording.2024-09-17.at.13.03.48.mov |
Approved: Tested on ** trunk_4a9aadf**, Docker, macOS 14.5, FF v126.0.1 |
Task
When we change the language we should see an empty page if we create a translation otherwise we should see the translated page.
VTL:
Screen.Recording.2024-08-13.at.3.38.10.PM.mov
Headless:
Screen.Recording.2024-08-13.at.4.41.46.PM.mov
Proposed Objective
User Experience
Proposed Priority
Priority 2 - Important
Acceptance Criteria
We should be able to see the page when we change the language or translate if the page does not exist.
The text was updated successfully, but these errors were encountered: