Skip to content
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

Page layout expression evaluation no longer triggers when switching between record edit and view #1474

Closed
tjerman opened this issue Oct 13, 2023 · 0 comments · Fixed by #1475
Assignees
Labels
bug Something isn't working critical frontend Frontend code changes (Javascript, Typescript, Vue.js)
Milestone

Comments

@tjerman
Copy link
Member

tjerman commented Oct 13, 2023

Page layout for record pages may be different when viewing or editing a record.

In one of the reworks we changed it so the view and edit screens are the same thing now, no longer making a redirect and reloading the component (re-evaluating those expressions).

When redoing the code, we missed a bit which re-evaluates page layout expressions and displays the correct one.

How to check it out

When going to the edit screen, notice how there is only one (for conditional fields).

Image

@tjerman tjerman added bug Something isn't working frontend Frontend code changes (Javascript, Typescript, Vue.js) critical labels Oct 13, 2023
@Fajfa Fajfa self-assigned this Oct 16, 2023
@Fajfa Fajfa added this to the 2023.3.8 milestone Oct 16, 2023
@Fajfa Fajfa linked a pull request Oct 16, 2023 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working critical frontend Frontend code changes (Javascript, Typescript, Vue.js)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants