Skip to content

Commit

Permalink
LPS-97081 It should be JournalFolderConstants since it is on Web Cont…
Browse files Browse the repository at this point in the history
…ent not in DL
  • Loading branch information
ealonso authored and brianchandotcom committed Jun 21, 2019
1 parent c7097d7 commit 8313f10
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -8231,7 +8231,7 @@ else if (action.equals("update")) {
folderName = folder.getName();

if ((folder.getFolderId() ==
DLFolderConstants.DEFAULT_PARENT_FOLDER_ID) &&
JournalFolderConstants.DEFAULT_PARENT_FOLDER_ID) &&
Validator.isNull(folderName)) {

folderName = LanguageUtil.get(
Expand Down

0 comments on commit 8313f10

Please sign in to comment.