#523 closed enhancement (fixed)
Show/hide detail rows in Case summary
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v2.13 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
For each section in the Case summary view it should be possible to show/hide the details about each item. The shown/hidden status should be remembered and re-used the next time.
Change History (2)
comment:1 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
(In [2100]) Fixes #523: Show/hide detail rows in Case summary
It is now possible to toggle the visibility of details for each section. The current state is submitted with AJAX to the server and stored in a user-setting, which means that it is remembered between logins. The "GetCaseInfo" command will also retrieve the visibility status so that the summary page can be initialized to the current state.