#286 Fixed issues with composition not surviving through create wizard
This commit is contained in:
@@ -51,7 +51,7 @@ define(
|
||||
* which handles changes in navigation. It allows the object
|
||||
* being browsed/edited to be set.
|
||||
*/
|
||||
function CreateAction(type, parent, context, $injector, $q, navigationService) {
|
||||
function CreateAction(type, parent, context, $q, navigationService) {
|
||||
this.metadata = {
|
||||
key: 'create',
|
||||
glyph: type.getGlyph(),
|
||||
|
||||
Reference in New Issue
Block a user