Actions
Bug #2709
closedThe database management page doesn't nicely handle SQL error
Status:
Released
Priority:
1 (highest)
Assignee:
Category:
Web - Maintenance
Target version:
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
When something goes bad with the database, we have a not nice blank page saying something bad happened
Updated by Jonathan CLARKE over 12 years ago
- Subject changed from The database management doesn't nicely handle SQL error to The database management page doesn't nicely handle SQL error
Updated by Nicolas CHARLES over 12 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 27ddf8848d448943a67d028025fb12c9bf533eee.
Updated by François ARMAND over 12 years ago
- Status changed from Pending technical review to Released
I think DatabaseManagerImpl is not the good place to put try/catch code. That should be part of the contract of ReportRepository, it is that last class that need to handle problem with the outer world with Box.
So, I will let that one as it is for now, because changing ReportRepository methods is rather involving, but I will trace that requirement in ticket: #2777
Actions