Issue Details (XML | Word | Printable)

Key: JRA-10567
Type: Task Task
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Keith Brophy
Reporter: Sam Chang [Atlassian]
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
JIRA

Investigate caching 'EditActions' on Bulk Workflow Transition 'edit fields' screen

Created: 07/Jul/06 01:42 AM   Updated: 10/Jul/06 06:48 PM
Component/s: Backend / Domain Model
Affects Version/s: None
Fix Version/s: 3.6.3

Time Tracking:
Not Specified

Participants: Keith Brophy and Sam Chang [Atlassian]
Since last comment: 2 years, 13 weeks, 5 days ago
Resolution Date: 10/Jul/06 06:48 PM
Labels:


 Description  « Hide
Investigate caching 'EditActions' on Bulk Workflow Transition 'edit fields' screen.

The getEditActions(String FieldScreenTabName) method is called twice from the bulkworkflowtransition_editfields.jsp - once to actually display the fields for editing and once again for the Javascript auto-checking of the check-boxes.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Keith Brophy added a comment - 10/Jul/06 06:48 PM
Added a map to cache the edit actions. This map should be reconstructed on each call to the BulkWorkflowTransition action - so there is no problem in regards to the Bulk Operation Wizard and stepping back and forth between the bulk operation steps.