#286 Fixed issues with composition not surviving through create wizard

This commit is contained in:
Henry
2015-11-19 13:11:01 -08:00
parent 2e2b18eaa5
commit f45e236281
5 changed files with 17 additions and 12 deletions

View File

@@ -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(),