This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/causeway.git
commit ef4e343992c75e23b5a20b845e45f506ea96e668 Author: danhaywood <[email protected]> AuthorDate: Tue May 23 23:59:06 2023 +0100 renames and improves HelpNodeVm layout --- ...eVm.layout.xml => HelpNodeVm.layout.fallback.xml} | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/extensions/core/docgen/src/main/java/org/apache/causeway/extensions/docgen/helptree/HelpNodeVm.layout.xml b/extensions/core/docgen/src/main/java/org/apache/causeway/extensions/docgen/helptree/HelpNodeVm.layout.fallback.xml similarity index 63% rename from extensions/core/docgen/src/main/java/org/apache/causeway/extensions/docgen/helptree/HelpNodeVm.layout.xml rename to extensions/core/docgen/src/main/java/org/apache/causeway/extensions/docgen/helptree/HelpNodeVm.layout.fallback.xml index 40d1dabc52..d2848616aa 100644 --- a/extensions/core/docgen/src/main/java/org/apache/causeway/extensions/docgen/helptree/HelpNodeVm.layout.xml +++ b/extensions/core/docgen/src/main/java/org/apache/causeway/extensions/docgen/helptree/HelpNodeVm.layout.fallback.xml @@ -26,11 +26,25 @@ <bs3:row> <bs3:col span="3"> - <cpt:fieldSet name="Index" id="tree"/> + <cpt:fieldSet name="Index" id="tree"> + <cpt:action id="clearHints" position="PANEL" /> + <cpt:action id="rebuildMetamodel" position="PANEL"/> + <cpt:action id="downloadLayout" position="PANEL_DROPDOWN"/> + <cpt:action id="inspectMetamodel" position="PANEL_DROPDOWN"/> + <cpt:action id="downloadMetamodelXml" position="PANEL_DROPDOWN"/> + <cpt:action id="downloadJdoMetamodel" position="PANEL_DROPDOWN"/> + <cpt:action id="recentCommands" position="PANEL_DROPDOWN"/> + <cpt:action id="recentExecutions" position="PANEL_DROPDOWN"/> + <cpt:action id="recentAuditTrailEntries" position="PANEL_DROPDOWN"/> + <cpt:action id="impersonateWithRoles" position="PANEL_DROPDOWN"/> + <cpt:action id="openRestApi" position="PANEL_DROPDOWN" /> + </cpt:fieldSet> + <cpt:fieldSet name="Other" id="other" unreferencedProperties="true"/> </bs3:col> <bs3:col span="9"> - <cpt:fieldSet name="" id="detail"/> - <cpt:fieldSet name="Other" id="other" unreferencedProperties="true"/> + <cpt:fieldSet name="Detail" id="detail"> + <cpt:property id="helpNode"/> + </cpt:fieldSet> </bs3:col> </bs3:row> <bs3:row>
