Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUGFIX] Fix broken manipulateVariablesInPowermailAllMarker for arrays #965

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kitzberger
Copy link
Contributor

@kitzberger kitzberger commented Feb 9, 2024

Without this patch it's not possible to use manipulateVariablesInPowermailAllMarker to manipulate selected values of an array field such as checkboxes and multiselect.

Example:

plugin.tx_powermail.settings.setup {
    manipulateVariablesInPowermailAllMarker {
        optinMail {
            my_checkboxes = TEXT
            my_checkboxes.field = value
        }
    }
}

This patch can be backported to 10.7.x too.

Resolves: #956

Without this patch it's not possible to use manipulateVariablesInPowermailAllMarker
to manipulate values of an array field such as checkboxes and multiselect.

Example:

```
plugin.tx_powermail.settings.setup {
    manipulateVariablesInPowermailAllMarker {
        optinMail {
            my_checkboxes = TEXT
            my_checkboxes.field = value
        }
    }
}
```

Resolves: in2code-de#956
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

manipulateVariablesInPowermailAllMarker for array fields
1 participant