Skip to content

Commit

Permalink
Merge pull request #298 from amansinghbais/#297
Browse files Browse the repository at this point in the history
Improved: validation over fetching securitygroup assoc history for user without userLogin (#297)
  • Loading branch information
ravilodhi authored Oct 28, 2024
2 parents 3f3e584 + 9fed712 commit dd181d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/UserSecurityGroupAssocHistoryModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ export default defineComponent({
modalController.dismiss({ dismissed: true});
},
async fetchUserSecurityGroupAssoHistory() {
if(!this.selectedUser.userLoginId) return;
const securityGroupNameByGroupId = {} as any;
let userGroupAssocHistories = [] as any;
try {
Expand Down

0 comments on commit dd181d0

Please sign in to comment.