Skip to content

Commit

Permalink
LPS-115711 Delete file entry type, not only data definition
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfopa committed Jun 19, 2020
1 parent 6c2a67c commit e969341
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -191,6 +191,8 @@ private void _deleteFileEntryType(ActionRequest actionRequest)

dataDefinitionResource.deleteDataDefinition(
fileEntryType.getDataDefinitionId());

_dlFileEntryTypeService.deleteFileEntryType(fileEntryTypeId);
}

private void _subscribeFileEntryType(ActionRequest actionRequest)
Expand Down

0 comments on commit e969341

Please sign in to comment.