Bugfix
The FormattedDefault annotation currently prevents customization of target models in the application. Any manual changes to the target model are automatically overwritten by the default values set in the annotation, making it impossible to implement custom configurations
Testcase: Verify that when adding a PDF Export button to a view, the custom Target model configuration is properly saved and maintained.
- Edit a view in developer mode
- Add an Export Model to PDF button to the view
- Configure the PDF Export button settings:
- Navigate to Target model selection
- Choose a custom Target model
- Configure any additional required parameters for the custom model
- Save the view configuration
- Open the button configuration again
- Verify the Target model settings
Expected Results:
- The custom Target model selection should be preserved after saving
- No override of settings should occur
- The PDF export functionality should work with the custom Target model settings