Skip to content

Commit

Permalink
LPD-36442 UndoRedo should not appear when editing defaultValues
Browse files Browse the repository at this point in the history
  • Loading branch information
NemethNorbert authored and brianchandotcom committed Sep 18, 2024
1 parent e4fec29 commit dd5d589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ journalEditArticleDisplayContext.setViewAttributes();
<li class="tbar-item">
<div class="c-gap-3 form-group-sm journal-article-button-row mb-0 tbar-section text-right">
<c:choose>
<c:when test='<%= FeatureFlagManagerUtil.isEnabled("LPD-11228") %>'>
<c:when test='<%= FeatureFlagManagerUtil.isEnabled("LPD-11228") && !JournalUtil.isEditDefaultValues(article) %>'>
<div class="align-items-center d-none small text-danger" id="<portlet:namespace />lockErrorIndicator">
<liferay-ui:message key="autosave-error" />

Expand Down

0 comments on commit dd5d589

Please sign in to comment.