Skip to content

Releases: mapbender/data-manager

2.0.8

Choose a tag to compare

@werrolf werrolf released this 29 Nov 08:52
  • Allow dialogs to be dragged off screen edges
  • Fix Doctrine DBAL 3.x incompatibilty

2.0.7

Choose a tag to compare

@werrolf werrolf released this 14 Nov 15:21
  • Fix read-only / disabled inputs form inputs blocking form validation
  • Treat read-only inputs as unmapped when submitting form data

1.2.9

Choose a tag to compare

@werrolf werrolf released this 14 Nov 15:20
  • Fix read-only / disabled inputs form inputs blocking form validation
  • Treat read-only inputs as unmapped when submitting form data

2.0.6

Choose a tag to compare

@werrolf werrolf released this 14 Nov 15:20
  • Fix handling of web-relative image placeholder url
  • Fix file upload group layout
  • Limit dialog height to never exceed screen height
  • Fix documentation for select values generated via "sql" (showed wrong option nesting)

1.2.8

Choose a tag to compare

@werrolf werrolf released this 14 Nov 15:20
  • Fix handling of web-relative image placeholder url
  • Fix file upload group layout
  • Limit dialog height to never exceed screen height
  • Fix documentation for select values generated via "sql" (showed wrong option nesting)

2.0.5

Choose a tag to compare

@werrolf werrolf released this 20 Sep 11:04
  • 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

Choose a tag to compare

@werrolf werrolf released this 20 Sep 11:03
  • 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

Choose a tag to compare

@werrolf werrolf released this 28 Jan 11:53
  • Fix missing attr and required support on select type form item
  • Fix missing attr support 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

Choose a tag to compare

@werrolf werrolf released this 28 Jan 11:54
  • Fix missing attr and required support on select type form item
  • Fix missing attr support 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

Choose a tag to compare

@werrolf werrolf released this 08 Dec 11:03
  • 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)