[root]/src/au/com/whitesquare/nas/command/bug

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| steve | 21 (100.0%) | 968 (100.0%) | 46.0 |
Now sorts the bugs by ID.
Also stores the BugList in the session, this is used to allow Next/Back traversing
on the view/edit page.
8 lines of code changed in:
Implemented changes required for BaseObjectView.
133 lines of code changed in:
Added extra search fields to integrate with the new UserHome page.
20 lines of code changed in:
Added support for ASSIGNED_TO so that you can load bugs that are
assigned to specific users.
24 lines of code changed in:
Added support for new action code and base fields.
122 lines of code changed in:
Updated the commands to send BugData objects, not Bugs.
35 lines of code changed in:
Updated code so that the list bugs page will work.
18 lines of code changed in:
Now will call innerExecute on param error.
9 lines of code changed in:
Now sends Bug objects to page, not BugBO's.
40 lines of code changed in:
Initial version of commands
559 lines of code changed in: