nova-duplicate-field icon indicating copy to clipboard operation
nova-duplicate-field copied to clipboard

Let the user know they successfully duplicated a model

Open ckonkel opened this issue 6 years ago • 1 comments

When you get to the view page, it would be nice to have a message saying the model was duplicated successfully.

ckonkel avatar Aug 05 '19 17:08 ckonkel

You could wrap this code into an action if you wanted to have a confirmation popup and return message. I used this in a project today. https://gist.github.com/ns139426/aa4997886cef5b5c9e11de6e0fdffb5a

ns139426 avatar Oct 24 '19 06:10 ns139426