summaryrefslogtreecommitdiffstats
path: root/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer
diff options
context:
space:
mode:
authorEltanany Shaaban <shaaban.eltanany.ext@orange.com>2020-12-15 16:58:27 +0200
committerEltanany Shaaban <shaaban.eltanany.ext@orange.com>2020-12-15 17:09:01 +0200
commit704f42ac8dbca2a1c261f320cfd4ed8089eaf1db (patch)
treed02047c955162fbef18f37402d8364366262f7e3 /cds-ui/designer-client/src/app/modules/feature-modules/packages/designer
parent981573b5b00cdb47cd9f2bbd002735ccc0c362fc (diff)
Fixing script text editor window that closes suddenly
Issue-ID: CCSDK-3049 Signed-off-by: Eltanany Shaaban <shaaban.eltanany.ext@orange.com> Change-Id: I7923bab06244346dff83c05acd12f05d4f1e2350
Diffstat (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/designer')
-rw-r--r--cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts
index 97ab4411e..5dd123103 100644
--- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts
+++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/designer/action-attributes/action-attributes.component.ts
@@ -434,7 +434,6 @@ export class ActionAttributesComponent implements OnInit {
if (currentFunction.definition['attributes']) {
Object.keys(currentFunction.definition['attributes']).forEach(attribute => {
this.suggestedAttributes.push(attribute);
- this.suggestedAttributes.push('assignment-map');
});
}
console.log(this.suggestedAttributes);