orbeon / orbeon-forms

Orbeon Forms is an open source web forms solution. It includes an XForms engine, the Form Builder web-based form editor, and the Form Runner runtime.
http://www.orbeon.com/
GNU Lesser General Public License v2.1
511 stars 220 forks source link

Purge: handle data that is already deleted #6379

Open ebruchez opened 2 weeks ago

ebruchez commented 2 weeks ago

Right now, we don't have a way, through APIs, to find out about data that has already been deleted. So the Purge feature ignores that data.

Follow-up from #5209.