
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
5.1.2
|
|
|
Time Tracking:
|
|
Original Estimate:
|
2 hours
|
|
|
Remaining Estimate:
|
2 hours
|
|
|
Time Spent:
|
Not Specified
|
|
|
|
| Resolution Date: |
12/10/07 16:00
|
| Require Callback: |
No
|
| Participants: |
Florent Guillaume
|
| Tags: |
|
|
When doing a user search to add users to groups or add a user to an ACL, the same search is passed 20 times to the backend.
This is due to UserManagerImpl.getSuggestedEntries being called every time because select_users_results.xhtml calls principalListManager.suggestedEntries 4 times and this is done for every phase, and nothing is cached.
|
|
Description
|
When doing a user search to add users to groups or add a user to an ACL, the same search is passed 20 times to the backend.
This is due to UserManagerImpl.getSuggestedEntries being called every time because select_users_results.xhtml calls principalListManager.suggestedEntries 4 times and this is done for every phase, and nothing is cached.
|
Show » |
|