Merged in bugfix/PMCORE-2873 (pull request #7815)
PMCORE-2873 Approved-by: Rodrigo Quelca
This commit is contained in:
committed by
Julio Cesar Laura Avendaño
commit
986ff5e083
@@ -266,6 +266,9 @@ export default {
|
||||
if (header === "CASES_TO_REVISE") {
|
||||
filter = "SUPERVISING";
|
||||
}
|
||||
if (header === "CASES_SENT") {
|
||||
filter = "STARTED";
|
||||
}
|
||||
for (i = 0; i < filters.length; i += 1) {
|
||||
if (filters[i].item === filter) {
|
||||
filters[i].onClick(filters[i]);
|
||||
|
||||
Reference in New Issue
Block a user