Releases: mapbender/data-manager
Releases · mapbender/data-manager
2.0.8
2.0.7
1.2.9
2.0.6
1.2.8
2.0.5
- Fix misleading log warning when generating select item choices from single-column SQL (#5)
- Forms: Fix missing support for configurable validation error text on required select items
- Forms: Support "mandatory" alias for select item required property (boolean only)
- Forms: Detect column / expression aliases "label" and "value" when generating select item choices from SQL
- Add documentation for SQL-generated select item choices
1.2.7
- Fix misleading log warning when generating select item choices from single-column SQL (#5)
- Forms: Fix missing support for configurable validation error text on required select items
- Forms: Support "mandatory" alias for select item required property (boolean only)
- Forms: Detect column / expression aliases "label" and "value" when generating select item choices from SQL
- Add documentation for SQL-generated select item choices
2.0.4
- Fix missing
attrandrequiredsupport on select type form item - Fix missing
attrsupport on radioGroup option - Fix label margin for radioGroup form type
- Fix alignment of file upload spinning process indicator
- Document "formItems", upload paths and misc other configuration options
- Misc translation fixes
1.2.6
- Fix missing
attrandrequiredsupport on select type form item - Fix missing
attrsupport on radioGroup option - Fix label margin for radioGroup form type
- Fix alignment of file upload spinning process indicator
- Document "formItems", upload paths and misc other configuration options
- Misc translation fixes
2.0.3
- Add interaction button to file inputs to open current attachment in new tab
- Add interaction button to file inputs to remove attachment
- Fix (false positive) cycle detection errors if schema name matches data store / feature type name exactly
- Fix incompatibility with doctrine/dbal >= 2.8 (PHP 8 support)