When you select a processor (for example 'Transform uid to username') and hit save after page reload the processor is not marked as active/selected.
It's because default_value for select element is not set correctly.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | facet_s_active-2656190-4.patch | 1.72 KB | borisson_ |
| #4 | facet_s_active-2656190-4--test-only.patch | 1019 bytes | borisson_ |
Comments
Comment #2
evaldas.uzkurasHere is a quick solution for that.
Comment #3
borisson_Setting to needs review for the testbot.
I'm sad that none of our tests caught this behavior, so updating one of the tests to break on this.
Comment #4
borisson_The test-only.patch should fail, the other test should pass.
If this happens as expected, we've covered this with an integration test and we can commit.
Comment #8
borisson_Committed and pushed, thanks for your issue report and contribution.