Actions
Improvements #13509
closedLook at Dbo Form validator/delegate access
Start date:
02/11/2025
Due date:
% Done:
100%
Estimated time:
Description
Currently, when creating a Form::Dbo::FormView, we can initially customize the validator or the widget itself. However, this can only be done one.
If we want further customization in later updates, we are stuck. We have to recreate the whole Form::Dbo::FormView.
This seems needlessly restrictive, we should have access to the validator, like WFormView::setValidator().
Since the delegate is the item that decides how the widget ought to be instantiated (and also what validator is attached), we can look at allowing this to be customized as well.
Note: the latter may affect the validator as well, so this should be well documented.
Updated by Romain Mardulyn 6 months ago
- Status changed from New to InProgress
 - Assignee set to Romain Mardulyn
 
Updated by Romain Mardulyn 6 months ago
- Status changed from InProgress to Review
 - Assignee deleted (
Romain Mardulyn) 
Updated by Matthias Van Ceulebroeck about 2 months ago
- Assignee set to Matthias Van Ceulebroeck
 - Private changed from Yes to No
 
Updated by Matthias Van Ceulebroeck about 1 month ago
- Status changed from Review to Implemented @Emweb
 - Assignee changed from Matthias Van Ceulebroeck to Romain Mardulyn
 - % Done changed from 0 to 100
 
Updated by Matthias Van Ceulebroeck 29 days ago
- Status changed from Implemented @Emweb to Implemented @Test
 
Updated by Matthias Van Ceulebroeck 19 days ago
- Status changed from Implemented @Test to Closed
 
Actions