Ui/transformation edit update roles (#9955)

* Update or create new role after allowed_roles on transformation updated

* Update tests to include transformation create/edit and role create scenarios
This commit is contained in:
Chelsea Shaw
2020-09-15 13:46:35 -05:00
committed by GitHub
parent a08e9b41f9
commit 71c57dc4e2
11 changed files with 245 additions and 52 deletions

View File

@@ -1,3 +1,3 @@
import TransformBase from './transform-edit-base';
import TransformationEdit from './transformation-edit';
export default TransformBase.extend({});
export default TransformationEdit.extend({});