- Issue created by @stefan.korn
- Merge request !9Issue #3533870: Change the way Third Party Settings are set → (Open) created by stefan.korn
- 🇵🇱Poland gugalamaciek
I think, that when taxonomy unique is disabled, nothing should be added to the config files, so also
taxonomy_unique.message
should be unset. I made small change to achieve this. I replaced:if ($form_state->getValue('unique_message')) {
with:
if ($form_state->getValue('unique_message') && $form_state->getValue('unique')) {