Skip to content
Snippets Groups Projects
Commit 25b95d06 authored by Julien CORNILLE's avatar Julien CORNILLE Committed by Benaissa BENARBIA
Browse files

[US RABB-1204] Add research on units fields

parent 5a1802ab
No related branches found
No related tags found
1 merge request!51Merge mis a jour vitam-ui
......@@ -77,7 +77,8 @@ export class GroupListComponent extends InfiniteScrollTable<Group> implements On
'identifier',
'name',
'level',
'description'
'description',
'units'
];
filterMap: { [key: string]: any[] } = {
......
......@@ -377,7 +377,7 @@
"GROUP": {
"HOME": {
"TITLE": "Set up profile groups",
"TITLE_PLACEHOLDER": "Group name, Id",
"TITLE_PLACEHOLDER": "Group name, Id, Description, Membership unit",
"ACTION_BUTTON": "Create a Group",
"RESULTS_TABLE": {
"NAME": "Group name",
......
......@@ -377,7 +377,7 @@
"GROUP": {
"HOME": {
"TITLE": "Paramétrer les groupes de profils",
"TITLE_PLACEHOLDER": "Nom du groupe, Identifiant",
"TITLE_PLACEHOLDER": "Nom du groupe, Identifiant, Description, Unité d'appartenance",
"ACTION_BUTTON": "Créer un Groupe",
"RESULTS_TABLE": {
"NAME": "Nom du groupe",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment