Files
notifications-admin/app
Leo Hemsted f7f9dd8530 fix user permissions save button sometimes deleting
when you hit the delete button, it flashes the delete button and takes
you to the `/service/../user/../delete` url. If you then click the save
button, it would make a POST to the delete URL... and delete the user.

now the page stays on the edit url, but adds a `?delete=yes` query
string. The dangerous flash banner now has an action field which
defines where the browser will make the POST to (which remains at
/delete).
2019-03-26 15:52:37 +00:00
..
2019-03-25 11:23:59 +00:00
2019-03-25 11:23:58 +00:00
2019-02-15 11:44:08 +00:00
2019-03-19 16:34:15 +00:00