Skip to content

Commit

Permalink
Revert "LPS-82648 Use correct delete method"
Browse files Browse the repository at this point in the history
This reverts commit 1f26931.
  • Loading branch information
tomwang2011 authored and brianchandotcom committed Jun 20, 2018
1 parent d8e2ced commit ea66dd1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -190,7 +190,7 @@ public void deleteFormInstance(DDMFormInstance ddmFormInstance)
long structureId = ddmFormInstance.getStructureId();

if (ddmStructureLocalService.fetchDDMStructure(structureId) != null) {
ddmStructureLocalService.deleteStructure(structureId);
ddmStructureLocalService.deleteDDMStructure(structureId);
}

resourceLocalService.deleteResource(
Expand Down

0 comments on commit ea66dd1

Please sign in to comment.