You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to solve the First Save issue, you could force a reload of the field (which triggers an entity save) as follows in Configuration/TCA/tx_samlauthentication_domain_model_tablemapping.php:
You can review the use of the onChange property in the documentation.
Reminder
This change DOES NOT fully fixes the error since the reload is triggered when the value of the select changes.
If the value of the select is the selected by default the save will not be triggered.
Sincerely,
franhida.
The text was updated successfully, but these errors were encountered:
In order to solve the First Save issue, you could force a reload of the field (which triggers an entity save) as follows in
Configuration/TCA/tx_samlauthentication_domain_model_tablemapping.php
:You can review the use of the
onChange
property in the documentation.Reminder
This change DOES NOT fully fixes the error since the reload is triggered when the value of the select changes.
If the value of the select is the selected by default the save will not be triggered.
Sincerely,
franhida.
The text was updated successfully, but these errors were encountered: