#503 - @DraftDirty should be marked as not null automatically

This commit is contained in:
Robin Bygrave
2015-12-22 07:52:05 +13:00
parent eb85931fe2
commit f9a3dfeda0
@@ -877,6 +877,7 @@ public class DeployBeanProperty {
public void setDraftDirty() {
this.draftOnly = true;
this.draftDirty = true;
this.nullable = false;
}
public boolean isDraftDirty() {