[ADF-3308] Process list filter by fields (#3588)

* process list component created

* process list renamed

* routing fix
This commit is contained in:
bbcodrin
2018-07-20 18:54:20 +03:00
committed by Eugenio Romano
parent b015594de6
commit 855fdd8f48
9 changed files with 236 additions and 1 deletions

View File

@@ -57,6 +57,7 @@
"BREADCRUMB": "Breadcrumb",
"NOTIFICATIONS": "Notifications",
"TASK_LIST": "Task List",
"PROCESS_LIST": "Process List",
"CARD_VIEW": "CardView",
"PROCESS_SERVICES": "Process Services",
"LOGIN": "Login",
@@ -210,5 +211,9 @@
"TASK_LIST_DEMO": {
"APP_ID_REQUIRED_ERROR": "Insert App Id",
"APP_ID_TYPE_ERROR": "App Id must be a number"
},
"PROCESS_LIST_DEMO": {
"APP_ID_REQUIRED_ERROR": "Insert App Id",
"APP_ID_TYPE_ERROR": "App Id must be a number"
}
}