Skip to content

Releases: atrocore/export

1.11.6-beta10

Choose a tag to compare

@rratsun rratsun released this 27 Jul 13:09
ff9684b
  • Removed the "Delete" button from the export configurator item list and replaced it with a quick action that appears on row hover
  • Fixed bugs

1.11.5

Choose a tag to compare

@rratsun rratsun released this 22 Jul 08:52
fc0e4e2
  • Introduced runtime Content Language and Locale parameters for Export Feeds, acting as a "language prism": a single feed structure can now be reused across languages and locales without creating a separate feed for each variant. Content Language shifts all translatable content in the output to the selected language, while Locale controls column-name language, list-value label resolution, and date/number formatting — overriding the feed's saved settings for that export run.
  • Split the "Select" action for multilingual fields and attributes in the Export Feed Configurator into two explicit options, so that adding such a field no longer automatically creates a Configurator Item for every available language. The main-language-only case is now the default, making it practical to build language-neutral feeds driven by the Content Language parameter.
  • Added export support for Data Quality virtual fields (e.g. Quality Check completeness scores), so completeness data can now be selected and exported alongside other entity data.
  • Improved the creation of an Import feed from an Export feed (and vice versa) by adding validation of the export feed: the feed is now checked for errors when an export runs or when an import feed is created from it, preventing invalid configurations.
  • Fixed bugs