We have been having an issue of patient flags enabling the flags automatically when ever it starts even after disabling them via the interface.
We discovered that this is attributed to the Descriptor which has the flags enabled automatically on start.
public Boolean enabled() {
return Boolean.TRUE;
}
Wondering what would be the best approach removing the option of automatic enable of flags on start.
@dkayiwa@maimoonak@ssmusoke Any thoughts
Therefore, if you say that a flag, which was disabled and saved in the database as so, comes out enabled, then you need to check the database to confirm that your changes were persisted.