You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2019/01/11 09:32:17 UTC

[isis] 02/03: ISIS-2079: repositions Object_rebuildMetaModel on panel (not as dropdown)

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/isis.git

commit 362a98c3211afbd44f7295694bacf0157fb78de9
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Fri Jan 11 09:26:58 2019 +0000

    ISIS-2079: repositions Object_rebuildMetaModel on panel (not as dropdown)
---
 .../org/apache/isis/applib/services/layout/Object_rebuildMetamodel.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/applib/src/main/java/org/apache/isis/applib/services/layout/Object_rebuildMetamodel.java b/core/applib/src/main/java/org/apache/isis/applib/services/layout/Object_rebuildMetamodel.java
index f730751..193f850 100644
--- a/core/applib/src/main/java/org/apache/isis/applib/services/layout/Object_rebuildMetamodel.java
+++ b/core/applib/src/main/java/org/apache/isis/applib/services/layout/Object_rebuildMetamodel.java
@@ -46,7 +46,7 @@ public class Object_rebuildMetamodel {
     @ActionLayout(
             contributed = Contributed.AS_ACTION,
             cssClassFa = "fa-refresh",
-            position = ActionLayout.Position.PANEL_DROPDOWN
+            position = ActionLayout.Position.PANEL
     )
     @MemberOrder(name = "datanucleusIdLong", sequence = "800.1")
     public Object act() {