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

Issue with content tree items not being editable after save #608

Closed
jamiekatalyst opened this issue Jun 21, 2024 · 2 comments
Closed

Issue with content tree items not being editable after save #608

jamiekatalyst opened this issue Jun 21, 2024 · 2 comments

Comments

@jamiekatalyst
Copy link

Steps to replicate:
for a page with existing content components in the tree, user makes a change and then saves the page. The component items are no longer editable. e.g. indent and edit the item

@AlanCornthwaiteKatalyst
Copy link
Contributor

It appears to be due to a change in Koi that turned on Turbo Morph by default.
When the page reloads we pre set the attributes of each content row to deny all edit options (indent, edit etc).
Morph takes these attributes and set them on each row.

A proposed solution is to ignore rule based attributes as morph is deciding what attributes to update.
PR outlining the change katalyst/content#60

@sfnelson
Copy link
Contributor

Fixed in latest content release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants