Replies: 1 comment 1 reply
-
Yea, that could work. I'm also trying to work out if we can say "if no I guess initally I thought it would always be possible to view the full entry, as in your example, would they need to see the full order to decide it's test / joke order? In that case, you'd want to go to the editor view, but potentially have all the fields uneditable / save button disabled (which the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey Matt!
We are working on a site where the client needs to be able to see a list of orders made on the website in the backoffice. They shouldn't have the option of editing them, but need to be able to delete test / joke orders.
So I've created a listview that pulls the data from a custom repo and it all works just fine. I've added
To the collection, however my issue is that they can still click the "name" property in the listview and then they enter an empty editor view (no editor is specified in my config).
I can't make it readonly as we still need the delete action.
So my idea is that it would be awesome if we could add a "DisableEditorView()" method or something along those lines? 🙂
Beta Was this translation helpful? Give feedback.
All reactions