Skip to content
Snippets Groups Projects
Commit ea813dbb authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #14383 TIME 0:01 add default mode when create new customield

parent 57aaa7ae
No related branches found
No related tags found
No related merge requests found
...@@ -144,6 +144,7 @@ export class CustomFieldsAdministrationComponent implements OnInit { ...@@ -144,6 +144,7 @@ export class CustomFieldsAdministrationComponent implements OnInit {
label: this.translate.instant('lang.newField') + ' ' + this.incrementCreation, label: this.translate.instant('lang.newField') + ' ' + this.incrementCreation,
type: customFieldType.type, type: customFieldType.type,
values: [], values: [],
mode : 'form'
}; };
}), }),
exhaustMap((data) => this.http.post('../rest/customFields', newCustomField)), exhaustMap((data) => this.http.post('../rest/customFields', newCustomField)),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment