Ticket9007 config macro fix - #1874
Conversation
|
|
||
| m.setValue(null); |
There was a problem hiding this comment.
Why do we need this set - we're not doing anything with it?
There was a problem hiding this comment.
Agreed. Removed.
|
Minor regression: when setting a macro for the first time, the value textbox now needs a double click to begin entering text, rather than a single click before you could start typing previously. |
|
As @FreddieAkeroyd reported on teams, if you untick the This causes the config to be corrupt and the blockserver to fail to load it on restart: |
| } | ||
|
|
||
| @Test | ||
| public void test_GIVEN_macro_with_value_WHEN_view_model_created_THEN_use_default_is_false() { |
There was a problem hiding this comment.
Corrected. Name hasn't been changed.
|
It looks like we are somehow mixing the XML that defines macro-defaults (the one with a |

Description of work
Fixes the bug reported here