#513 closed enhancement (fixed)
Make it easier to spot problems in installation wizard
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | Reggie v2.13 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
The number of items created in the installation wizard is now really large. This is somewhat problematic when there are new and/or mis-configured items. The current strategy of showing the complete list of items probably results in showing a lot of 'OK' items and the problematic items are not visible unless scrolling down in the lists.
The new idea is that problematic items are always added to the top of the list and 'OK items are added to the end. Then we can also use the current strategy of having a 'Show all' for the rest since it is guaranteed that they are all ok.
Change History (3)
comment:1 by , 11 years ago
Status: | new → assigned |
---|
comment:2 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 11 years ago
Note:
See TracTickets
for help on using tickets.
(In [2048]) Fixes #513: Make it easier to spot problems in installation wizard
All problematic items and items with a different message than 'Ok' are now put in the top lines. All fully 'Ok' items are at the bottom of each section and hidden behind a 'X more...' link if they are too many.