Skip to content

Commit

Permalink
#28366 include in 23.01.22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Aug 13, 2024
1 parent 852e510 commit f240151
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ This jsp gets called in the edit content screen (edit_content_js_inc.jsp) to pai
<% Contentlet contentlet = APILocator.getContentletAPI().findContentletByIdentifier(id, false, lang, user, false);%>
<%if(contentlet !=null && UtilMethods.isSet(contentlet.getIdentifier())){ %>
<% request.setAttribute(com.dotmarketing.util.WebKeys.PERMISSIONABLE_EDIT, contentlet);%>
<% request.setAttribute(com.dotmarketing.util.WebKeys.CONTENTLET_EDIT, contentlet);%>
<% APILocator.getPermissionAPI().checkPermission(contentlet, PermissionLevel.EDIT_PERMISSIONS, user);%>

<%@ include file="/html/portlet/ext/common/edit_permissions_tab_inc.jsp" %>
Expand Down
1 change: 1 addition & 0 deletions hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,3 +286,4 @@ This maintenance release includes the following code fixes:

218. https://github.com/dotCMS/core/issues/28163 : alive' and 'startup' healthcheck APIs return 503 on seemingly healthy app #28163
219. https://github.com/dotCMS/core/issues/26546 : Enable better logging for getPageByPath in HTMLPageAssetAPIImpl.java #26546
220. https://github.com/dotCMS/core/issues/28366 : Uploaded images in another language than the default one do not inherit permissions #28366

0 comments on commit f240151

Please sign in to comment.