Skip to content

Commit

Permalink
LPS-122476 | LPS-105491 sort
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Oct 23, 2020
1 parent 0d90ceb commit 912ca54
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -113,13 +113,13 @@ public void deleteApp(Long appId) throws Exception {
PermissionThreadLocal.getPermissionChecker(), appId,
ActionKeys.DELETE);

_appBuilderAppLocalService.deleteAppBuilderApp(appId);

_workflowDefinitionLinkLocalService.deleteWorkflowDefinitionLink(
contextCompany.getCompanyId(), 0,
ResourceActionsUtil.getCompositeModelName(
AppBuilderApp.class.getName(), DDLRecord.class.getName()),
appId, 0);

_appBuilderAppLocalService.deleteAppBuilderApp(appId);
}

@Override
Expand Down

0 comments on commit 912ca54

Please sign in to comment.