Skip to content

Commit

Permalink
Improved: added filterByDate in payload for fetching permissions by c…
Browse files Browse the repository at this point in the history
…lassifications
  • Loading branch information
amansinghbais committed May 23, 2024
1 parent eebca28 commit 3864b28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/store/modules/permission/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const actions: ActionTree<PermissionState, RootState> = {
entityName: "SecurityGroupAndPermission",
distinct: "Y",
noConditionFind: "Y",
filterByDate: "Y",
fieldList: ["description", "permissionId", "groupId", "groupName"],
viewSize: 250,
viewIndex: viewIndex,
Expand Down

0 comments on commit 3864b28

Please sign in to comment.