Actions
Bug #4442
closedXML Backend: Field delete has 2 delete behaviors
Description
Field delete has "delete" and "deleteDataDescr". "delete" will delete the field row and field values, but does not delete its _comprofiler column. Where "deleteDataDescr" will delete its _comprofiler column, field row, and field values; this should all condense down to "delete".
Actions