Skip to content

Commit d633abe

Browse files
authored
Merge branch 'release-1.3' into RHIDP-4909_rn_1.3.2
2 parents d1ae81f + 95658fe commit d633abe

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

assemblies/assembly-release-notes-known-issues.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ include::modules/release-notes/snip-known-issue-rhidp-4378.adoc[leveloffset=+1]
1010

1111
include::modules/release-notes/snip-known-issue-rhidp-4067.adoc[leveloffset=+1]
1212

13-
// fixed in 1.4, present in 1.3
14-
include::modules/release-notes/snip-known-issue-rhidp-3931.adoc[leveloffset=+1]
15-
1613

1714
include::modules/release-notes/snip-known-issue-rhidp-3396.adoc[leveloffset=+1]
1815

16+
17+
include::modules/release-notes/snip-known-issue-rhidp-3931.adoc[leveloffset=+1]
18+

modules/customization/proc-customize-rhdh-sidebar-menuitems.adoc

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ dynamicPlugins:
9393
----
9494
--
9595

96-
. To ensure that a menu item is identified as a main menu item, you must add `default.` prefix to its key. For example:
96+
. To ensure that a menu item is identified as a main menu item, you must add the `default.` prefix to its key. For example:
9797
+
9898
--
9999
.Example configuration of main menu items in sidebar navigation
@@ -102,13 +102,14 @@ dynamicPlugins:
102102
dynamicPlugins:
103103
frontend:
104104
default.main-menu-items: # key for configuring static main menu items
105-
default.<menu_item_name>: # key of the menu item configuration. `default.` prefix is required for a main menu item key <1>
106-
parent: my_menu_group # optional, specifies the parent menu item for this item
107-
priority: 10 # optional, specifies the order of this menu item within its menu level
108-
default.<menu_group_parent_item_name>: # must be configured if it is specified as the parent of any menu items. `default.` prefix is required for a main menu item key
109-
icon: my_menu_group_icon # required for parent menu items, defines the icon for the menu group
110-
title: my_menu_group_title # required for parent menu items, defines the icon for the menu group
111-
priority: 100 # optional, specifies the order of the parent menu item in the sidebar
105+
menuItems:
106+
default.<menu_item_name>: # key of the menu item configuration. `default.` prefix is required for a main menu item key <1>
107+
parent: my_menu_group # optional, specifies the parent menu item for this item
108+
priority: 10 # optional, specifies the order of this menu item within its menu level
109+
default.<menu_group_parent_item_name>: # must be configured if it is specified as the parent of any menu items. `default.` prefix is required for a main group parent item key <1>
110+
icon: my_menu_group_icon # required for parent menu items, defines the icon for the menu group
111+
title: my_menu_group_title # required for parent menu items, defines the icon for the menu group
112+
priority: 100 # optional, specifies the order of the parent menu item in the sidebar
112113
----
113114

114115

modules/release-notes/single-source-release-notes.jira2asciidoc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sections:
8888
AND "Release Note Status" = "Done"
8989
AND level is EMPTY
9090
AND "Release Note Type" in ("Known Issue")
91-
AND affectedVersion <= "{version_patch}"
91+
AND affectedVersion in ("{version_patch}")
9292
AND (fixVersion > "{version_patch}" OR fixVersion is EMPTY)
9393
ORDER BY key DESC
9494
template: with-jira-link

0 commit comments

Comments
 (0)