Opened 10 years ago
Closed 10 years ago
#754 closed enhancement (fixed)
Make case summary display more tolerant aginst problems
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | major | Milestone: | Reggie v3.2.1 |
Component: | net.sf.basedb.reggie | Keywords: | |
Cc: |
Description
See #753 for a recent problem. It would be nice if the case summary was more robust and at least display a proper error message without messing up the display for the user.
Note:
See TracTickets
for help on using tickets.
(In [3179]) Fixes #754: Make case summary display more tolerant aginst problems
Adding try/catch clauses around most of the display code. This should catch a lot of problems with data that has missing or incorrect information. Error messages are added dynamically and also logged to the developer web console.