Changes copy behavior to reload list rather than navigate to edit form. Shows toast message on successful copy.

This commit is contained in:
mabashian
2018-07-19 16:04:18 -04:00
parent eb22e09e4d
commit 6b3f45bc26
8 changed files with 134 additions and 35 deletions

View File

@@ -72,6 +72,7 @@ function BaseStringService (namespace) {
this.COPY = t.s('COPY');
this.YES = t.s('YES');
this.CLOSE = t.s('CLOSE');
this.SUCCESSFUL_CREATION = resource => t.s('{{ resource }} successfully created', { resource });
this.deleteResource = {
HEADER: t.s('Delete'),