| Summary: | Suppress exception while startup, if no assembler is available for a autostart node | ||
|---|---|---|---|
| Product: | [RT] Riena | Reporter: | Frank Schepp <frank.schepp> |
| Component: | navigation | Assignee: | Project Inbox <riena.core-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | christian.campo |
| Version: | 3.0.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Frank Schepp
Changed behavior in AbstractSimpleNavigationNodeProvider Sees fix seems to be especially helpfull for authorization. An Assembler could decide NOT to create a node because of missing access rights by the user. If that an autostart thing (like a subapplication brought up at startup time) then that would work fine. (Previously that would result in an error) However if you navigate or jump at runtime to a node that the user has no access right, thats a programming error (you shouldnt jump in the first place) and hence we throw an exception. |