Open avernet opened 11 years ago
+1 from me today.
FYI we already watch for changes in fb-form-instance
in persistence-model.xml
, then dispatch maybe-autosave
. That runs oxf.fr.detail.process.autosave
which does a save(draft = "true")
.
This said, #1816 calls from removing fb-form-instance
entirely. So do that first, so that point 1 above is taken care of. Not sure what point 2 means.
Added for consideration for 2016.3 pending bug review.
+1 from me again
Difficulties:
fb-form-instance
we need to de-annotate before saving the draft (and we shouldn't be watching changes infr-form-instance
).