Skip to content
Snippets Groups Projects
Verified Commit 110dd4ff authored by Alex ORLUC's avatar Alex ORLUC
Browse files

FEAT #8956 add category order

parent 16f3ac9f
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,7 @@ export class FiltersToolComponent implements OnInit {
displayColsOrder = [
{ 'id': 'dest_user' },
{ 'id': 'category_id' },
{ 'id': 'creation_date' },
{ 'id': 'process_limit_date' },
{ 'id': 'destination' },
......
......@@ -718,4 +718,5 @@ export const LANG_EN = {
"prioritiesAlt" : "Priorities",
"undefinedStatus" : "Undefined status",
"subEntities" : "Entities (and sub-entities)",
"category_id" : "Category",
};
......@@ -744,4 +744,5 @@ export const LANG_FR = {
"prioritiesAlt" : "Priorités",
"undefinedStatus" : "Statut non défini",
"subEntities" : "Entités (et sous-entités)",
"category_id" : "Catégorie",
};
......@@ -747,4 +747,5 @@ export const LANG_NL = {
"prioritiesAlt" : "_TO_TRANSLATE",
"undefinedStatus" : "_TO_TRANSLATE",
"subEntities" : "_TO_TRANSLATE",
"category_id" : "_TO_TRANSLATE",
};
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