I Would like to know how to set inside execStore
function that "dirty" flag is still on.
I see that in scout function for saving markSaved()
is called after execStore()
. But what if I have some logic in execStore()
, that can prevent save. In this case I would like not to be marked as saved.
Is there a way to avoid setting form as markSaved() ? Is there aright scout way for handling this?