<< Back to previous view |
![]() |
[QB-3825] Capital search does not work in Unauthorized Nodes of Grid
|
|
Status: | Resolved |
Project: | QuickBuild |
Component/s: | None |
Affects Version/s: | 11.0.30 |
Fix Version/s: | 11.0.31 |
Type: | Bug | Priority: | Major |
Reporter: | Steve Luo | Assigned To: | Unassigned |
Resolution: | Fixed | Votes: | 0 |
Remaining Estimate: | Unknown | Time Spent: | Unknown |
Original Estimate: | Unknown |
Description |
Capital search does not work in Unauthorized Nodes of Grid.
It is working in Inactive Nodes. Before searching, the search word is used as it is, but all hostnames seem to be changing to lowercase letters. I think like InactiveNodesPanel.java, UnauthorizedNodesPanel.java needs this code. pattern = pattern.toLowerCase(); See forum topic below: https://support.pmease.com/PMEase/QuickBuild/topics/4396/capital-search-does-not-work-in-unauthorized-nodes-of-grid-?0 |