Skip to content

Commit

Permalink
#23554 include in 23.01.7
Browse files Browse the repository at this point in the history
  • Loading branch information
erickgonzalez committed Sep 27, 2023
1 parent 54ad2f5 commit 000a2fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotCMS/src/main/webapp/html/css/dijit-dotcms/dotcms.css
Original file line number Diff line number Diff line change
Expand Up @@ -11048,7 +11048,7 @@ a.category_higlighted, a.tag_higlighted {
}

.content-search__show-query-dialog .dijitDialogTitleBar {
height: 0px;
height: 18px !important;
z-index: 1;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@
<!-- END Right Column -->

<!-- START Show Query -->
<div id="queryDiv" dojoType="dijit.Dialog" class="content-search__show-query-dialog" style="display: none;padding-top:15px\9;">
<div id="queryDiv" dojoType="dijit.Dialog" title="<%= LanguageUtil.get(pageContext, "Query") %></div>" class="content-search__show-query-dialog" style="display: none;padding-top:15px\9;">
<div id="queryResults"></div>
</div>
<!-- END Show Query -->
Expand Down
1 change: 1 addition & 0 deletions hotfix_tracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,3 +124,4 @@ This maintenance release includes the following code fixes:
100. https://github.com/dotCMS/core/issues/21855 : Unable to save content of a Widget with WYSIWYG Code view #21855
101. https://github.com/dotCMS/core/issues/22507 : Make instance restart function capable of restarting the cluster #22507
102. https://github.com/dotCMS/core/issues/23254 : Categories: Add child count to the categories list response #23254
103. https://github.com/dotCMS/core/issues/23554 : Can't close query dialog on content search screen #23554

0 comments on commit 000a2fd

Please sign in to comment.