Opened 4 years ago
Last modified 3 years ago
#3071 readytorelease defect
NestedErrorControl does not forward ReadOnly and Locked state
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.17 |
Component: | Core.Views | Version: | 3.3.16 |
Keywords: | Cc: |
Description
The NestedErrorControl is used to display a message instead of an actual view when the nesting levels of controls is too high. Furthermore, a button is inserted for opening the content of the view in a new tab control. The problem is that this newly opened view is never set to readonly or locked because the state of the surrounding view is not forwarded.
Change History (4)
comment:1 Changed 4 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 4 years ago by mkommend
- Owner changed from mkommend to jkarder
- Status changed from accepted to reviewing
comment:3 Changed 3 years ago by gkronber
I tested the code and the new view is locked when opened from the NestedErrorControl in the same way as it would be locked without it.
comment:4 Changed 3 years ago by gkronber
- Owner changed from jkarder to mkommend
- Status changed from reviewing to readytorelease
Reviewed r17568.
Note: See
TracTickets for help on using
tickets.
r17568: Refactored NestingLevelErrorControl and corrected view state forwarding.