We would like to develop a custom publish button which opens a popup where the user must fill in a text and click "Ok" to publish.
We have done something similar on an older solution. But here we went in and changed Umbraco's javascript. This means that we can no longer update Umbraco on this solution. And we would like to avoid that again.
Hope it can be done and that you can guide us in the right direction.
I haven't done anything like this before, but if it's possible, then it's very likely somewhere in the SendingContentModelNotification. I see an array of "AllowedActions" in this type. If you make a notification handler for this notification, you might be able to get something done.
Custom publish button
We would like to develop a custom publish button which opens a popup where the user must fill in a text and click "Ok" to publish.
We have done something similar on an older solution. But here we went in and changed Umbraco's javascript. This means that we can no longer update Umbraco on this solution. And we would like to avoid that again.
Hope it can be done and that you can guide us in the right direction.
Have a good day 😊
Hi there!
I haven't done anything like this before, but if it's possible, then it's very likely somewhere in the
SendingContentModelNotification
. I see an array of "AllowedActions" in this type. If you make a notification handler for this notification, you might be able to get something done.is working on a reply...