Skip to content

Commit

Permalink
Merge pull request #205 from GOKULRAJ136/patch-release
Browse files Browse the repository at this point in the history
MOSIP-17034
  • Loading branch information
aranaravi authored Jan 25, 2024
2 parents b6986a4 + 94a4e44 commit 6116c38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ export class ListViewComponent implements OnDestroy {
if (filters.filters.length > 0) {
this.filtersApplied = true;
}
this.sortFilter = filters.sort;
/*this.sortFilter = filters.sort;
if(this.sortFilter.length == 0){
if(routeParts != "policymapping"){
this.sortFilter.push({"sortType":"desc","sortField":"isActive"});
}else if(routeParts == "policymapping"){
this.sortFilter.push({"sortType":"desc","sortField":"statusCode"});
}
}
}*/
this.requestModel = new RequestModel(null, null, filters);

if(appConstants.masterdataMapping[`${routeParts}`]){
Expand Down

0 comments on commit 6116c38

Please sign in to comment.