Replies: 3 comments
-
I've been resetting it like so but it feels clunky and doesn't work well with the table row widget
|
Beta Was this translation helpful? Give feedback.
0 replies
-
@eighty9nine have you ran into this? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Currently that feature is not supported in the underlying package https://github.com/ringlesoft/laravel-process-approval. We are looking into it |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We have a publish/unpublish button once the model is approved. If a model is "unpublished", we would like to restart the entire approval flow. How can we do that? I've tried using the
undoLastApproval()
method as well as thereturn()
method being called a few times. Any ideas?Beta Was this translation helpful? Give feedback.
All reactions