Skip to content

Commit

Permalink
Merge pull request #243 from amansinghbais/expired-internal-groups
Browse files Browse the repository at this point in the history
Improved: added filterByDate in payload for fetching permissions by classifications
  • Loading branch information
ymaheshwari1 authored May 23, 2024
2 parents eebca28 + 3864b28 commit 74afe8d
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 74afe8d

Please sign in to comment.