thuecat/Documentation/Changelog/1.3.1.rst
Daniel Siepmann 2fd4b1bc2f
Handle multiple offerType values (#75)
The import resulted in an exception if there was an array of types
instead of a string.
Both situations are now handled and API of models is kept.
Existing imported data is also kept.
2022-09-29 14:33:19 +02:00

43 lines
844 B
ReStructuredText

1.3.1
=====
Breaking
--------
Nothing
Features
--------
Nothing
Fixes
-----
* Allow to import objects (e.g. Tourist Attractions) which are managed by generic
organisations instead of specific Tourist Marketing Company.
Those organisations will now also be imported, just like Tourist Marketing Company before.
Both are organizations internally and only used for the TYPO3 backend module.
* Handle multiple ``thuecat:offerType`` values within Offer.
The API is none breaking, the models still return only a single offer.
They will filter down to the first offer which contains ``Offer`` within the value.
Examples:
Given: Childcare and CourseOffer will result in CourseOffer.
Given: Childcare will result in Childcare.
Existing imported data is still handled.
Tasks
-----
Nothing
Deprecation
-----------
Nothing