How to avoid panel overriding update from html-form

i am creating html form that sends data to a page-object using uniform. imagine a panel user has the page open and presses ‘save’ after the content has been updated by the form. then the changes from the form will be gone.

  • will setting the fields to readonly prevent this?
  • but if i want them to be editable? any ideas?

i was thinking about page-lock but that works only for two panel users.

I think we had this problem before, trying to find the issue…

https://github.com/getkirby/panel/issues/688

Unfortunately, still open…

1 Like

i see. readonly will now help either (yet).
https://github.com/getkirby/panel/issues/869

I think you have to use permission to disable editing.

But as you said, if you want the page to be still editable, that doesn’t help.