We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Setting advanced_settings_purposes_default to true doesn't work with custom purposes.
advanced_settings_purposes_default
true
It works as expected for all the default purposes, setting them selected, but not for custom purposes, which are left unselected.
Custom purposes are created per example in oil/src/demos/advanced-settings-custom-purposes.html, with the following configuration:
"customPurposes": [ { "id": 25, }, { "id": 26, } ],
This was tested to be broken in master branch.
The text was updated successfully, but these errors were encountered:
fix advanced_settings_purposes_default with custom purposes (as-ideas…
c0a3da2
…#241)
Waschnick
Successfully merging a pull request may close this issue.
Setting
advanced_settings_purposes_default
totrue
doesn't work with custom purposes.It works as expected for all the default purposes, setting them selected, but not for custom purposes, which are left unselected.
Custom purposes are created per example in oil/src/demos/advanced-settings-custom-purposes.html, with the following configuration:
This was tested to be broken in master branch.
The text was updated successfully, but these errors were encountered: