Replies: 1 comment
|
Hi, should do the trick |
0 replies
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.
Package
Actions
Package Version
3.2.103
How can we help you?
What I'm trying to achieve is a view button against a table record that opens a modal with a disabled form with an edit button within the modal itself that once click will reload the form with the fields enabled and a save changes button to appear in the same modal footer actions as the normal buttons. So far I have the form enabling working but I cannot get the save changes button to work properly
This is my action;
I have tried setting the
->modalSubmitAction()back to a StaticAction from within->extraModalFooterActions()but this does not work. I suspect that is because I am not calling render on the correct part.Any ideas on how I can either achieve the modal re-rendering using my current Action setup or suggest a different way of achieving the same thing, thanks in advance
All reactions