History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: NUCYKLO-43
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed/Completed
Priority: Major Major
Assignee: Damian Gajda
Reporter: Damian Gajda
Votes: 0
Watchers: 0
Operations

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

Create convenience methods for successResult in actions

Created: 2004-09-14 14:38   Updated: 2004-10-08 12:42
Component/s: Module Core
Affects Version/s: 0.1
Fix Version/s: 0.1

Time Tracking:
Not Specified


 Description  « Hide
Create convenience methods for reporting succes results and automatic redirects in actions.

// redir to chosen view
void successResult(Resource editedResource, String redirectView)

// redir to dashboard.Dashboard
void successResult(Resource editedResource)

 All   Comments   Work Log   Change History   FishEye      Sort Order: Ascending order - Click to sort in descending order
Damian Gajda - 2004-09-29 16:10
Information that should be provided for result message generation:
- key for message template
- message parameter - i18ned resource.name (the resource that was modified)

Damian Gajda - 2004-10-08 12:42
Implemented the methods only leaving the modified resource name out.
I don't know what problems may be caused if a modified resource was really deleted.