/
Bulk User delete Version Tracking
Bulk User delete Version Tracking
Version | Issue Description | Resolved | Jira ticket Link |
---|---|---|---|
2.2 | Actual Message : 5 user/s are selected. Are you sure you want to delete the selected users? Expected Message: 5 user(s) are selected. Are you sure you want to delete the selected users? | Messages changed in User list, User list success, Upload user list, Upload user list success pages. | |
2.2 | Custom groups with 'spaces' are not returning User Result List.
Expected : Plugin should display the user List from this group Actual : Not showing any user in the list , Filter query needs a fix | RCA(Root Cause Analysis) Issue: When your tried to search any custom group , its not showing any records. Analysis: Since, custom group is having space, it is picking only word without space. For instance, if group name is "EMPYRAGROUP INDIA", it is picking only EMAPYRAGROUP not whole group name "EMPYRAGROUP INDIA". Resolution: Added the provision not to skip space in the dropdown. File Changed: Bulk_User_Delete_success.vm Line#44 Code:<select class="select" id="groupName" name="groupName"> <option value="All">Select All</option> #foreach($groupName in $searchGroupList) <option value="$groupName">$groupName</option> #end </select> | |
2.2 | Trial version:
|
| No tickets |
, multiple selections available,