Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
civitas-digitalis
platform
Commits
c3e73492
Commit
c3e73492
authored
Jul 13, 2018
by
Elias Englmeier
Browse files
added deletion of videos
parent
2f03005c
Changes
2
Hide whitespace changes
Inline
Side-by-side
modules/ideaService/ideaService-service/bin/ideaService/service/impl/IdeasLocalServiceImpl.class
View file @
c3e73492
No preview for this file type
modules/ideaService/ideaService-service/src/main/java/ideaService/service/impl/IdeasLocalServiceImpl.java
View file @
c3e73492
...
...
@@ -256,6 +256,7 @@ public class IdeasLocalServiceImpl extends IdeasLocalServiceBaseImpl {
DLAppLocalServiceUtil
.
deleteFileEntry
(
idea
.
getVideoFileRef
());
}
PicturesLocalServiceUtil
.
deleteAllPicturesForIdeaRef
(
id
);
VideosLocalServiceUtil
.
deleteAllVideosForIdeaRef
(
id
);
resourceLocalService
.
deleteResource
(
idea
.
getCompanyId
(),
Ideas
.
class
.
getName
(),
ResourceConstants
.
SCOPE_INDIVIDUAL
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment