Skip to content

Commit

Permalink
#26224 include in 23.01.14
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Mar 15, 2024
1 parent 9204416 commit f368000
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
pepAPI.deleteEndPointById(id);
}
List<PublishingEndPoint> endpoints = pepAPI.findSendingEndPointsByEnvironment(bundle.getId());
final User bundleOwner = APILocator.getUserAPI().loadUserById(bundle.getOwner());
PublisherAPI publisherAPI = PublisherAPI.getInstance();
List<PublishQueueElement> assets = publisherAPI.getQueueElementsByBundleId(bundle.getId());%>
<table id="un_publish_table_<%=bundle.getId()%>" class="listingTable" style="margin-bottom: 50px;">
Expand All @@ -102,6 +102,14 @@
<%} %>

</th>
<th align="right" nowrap="nowrap">
<p>
<strong>Created by: </strong>
<%if(bundle.getOwner() != null && bundleOwner != null ){%>
<%=bundleOwner.getFullName()%>
<%}%>
</p>
</th>
<th align="right" nowrap="nowrap">

<!-- START Actions -->
Expand Down
1 change: 1 addition & 0 deletions hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,3 +215,4 @@ This maintenance release includes the following code fixes:
170. https://github.com/dotCMS/core/issues/25729 : Order of comments in Task details modal. #25729
171. https://github.com/dotCMS/core/issues/25653 : Importing Category lists via CSV - import button is disabled #25653
172. https://github.com/dotCMS/core/issues/26815 : Unable to compare history of older versions (Older than latest 20) #26815
173. https://github.com/dotCMS/core/issues/26224 : Need to add the user who create the bundle when you have bundles from other users #26224

0 comments on commit f368000

Please sign in to comment.