Actions
Feature #10589
closedPublic getters for item and model in Dbo Forms
Start date:
07/04/2022
Due date:
% Done:
100%
Estimated time:
Description
The FormModel
and FormView
class introduced in #8622 contain an item_
and model_
member respectively.
Both members cannot be accessed from outside the class (nor from inherited classes).
Public getters should be added for both members so that the user is allowed to do something with the item_
after they've saved the view.
Adding these getters will for example allow the user to react to the saved()
signal from a specialized FormView
class by saying "Item #ID has been successfully saved".
Updated by Yoika Ghysens over 2 years ago
- Status changed from InProgress to Review
- Assignee deleted (
Yoika Ghysens)
Updated by Roel Standaert over 2 years ago
- Status changed from Review to Implemented @Emweb
- Assignee set to Yoika Ghysens
- % Done changed from 0 to 100
Updated by Roel Standaert over 2 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Roel Standaert over 2 years ago
- Status changed from Resolved to Closed
Actions