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

advanced_settings_purposes_default doesn't work with custom purposes #241

Closed
atoiv opened this issue Mar 27, 2019 · 0 comments · May be fixed by #242
Closed

advanced_settings_purposes_default doesn't work with custom purposes #241

atoiv opened this issue Mar 27, 2019 · 0 comments · May be fixed by #242
Assignees

Comments

@atoiv
Copy link
Contributor

atoiv commented Mar 27, 2019

Setting advanced_settings_purposes_default to true 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:

"customPurposes": [
    {
      "id": 25,
    },
    {
      "id": 26,
    }
],

This was tested to be broken in master branch.

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 a pull request may close this issue.

3 participants