Right now this selection only leads to a validation of the table and index sent with a payload. In case of a mismatch, an error occurs.
This should be changed so that the table and indexmust not be sent with the payload in case an External Import configuration was selected in a Reaction.
Benefits:
The table and index is redundant since only a specific configuration is allowed anyways.
The payload can be reduced.
No internal details about the TYPO3 DB structure / configuration need to be exposed anymore. This is useful in case the Reaction is set up for external service partners.
A Reaction can be restricted if an External Import configuration is selected:
(Source: https://docs.typo3.org/p/cobweb/external_import/main/en-us/User/Reaction/Index.html#user-reaction)
Right now this selection only leads to a validation of the
table
andindex
sent with a payload. In case of a mismatch, an error occurs.This should be changed so that the
table
andindex
must not be sent with the payload in case an External Import configuration was selected in a Reaction.Benefits:
table
andindex
is redundant since only a specific configuration is allowed anyways.