You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/06/25 07:25:12 UTC

[isis] branch master updated: ISIS-2380: remove comments

This is an automated email from the ASF dual-hosted git repository.

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a45944b  ISIS-2380: remove comments
a45944b is described below

commit a45944bf8ddeff5024a3d3f94b8e4e7711f436de
Author: Andi Huber <ah...@apache.org>
AuthorDate: Thu Jun 25 09:24:57 2020 +0200

    ISIS-2380: remove comments
---
 .../PrimitiveCharHolder_updateReadOnlyProperty2InlineAsIfEdit.java     | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/examples/demo/domain/src/main/java/demoapp/dom/types/primitive/chars/holder/PrimitiveCharHolder_updateReadOnlyProperty2InlineAsIfEdit.java b/examples/demo/domain/src/main/java/demoapp/dom/types/primitive/chars/holder/PrimitiveCharHolder_updateReadOnlyProperty2InlineAsIfEdit.java
index b03570f..5fb33ef 100644
--- a/examples/demo/domain/src/main/java/demoapp/dom/types/primitive/chars/holder/PrimitiveCharHolder_updateReadOnlyProperty2InlineAsIfEdit.java
+++ b/examples/demo/domain/src/main/java/demoapp/dom/types/primitive/chars/holder/PrimitiveCharHolder_updateReadOnlyProperty2InlineAsIfEdit.java
@@ -31,8 +31,7 @@ import lombok.RequiredArgsConstructor;
         associateWith = "readOnlyProperty2",
         associateWithSequence = "1"
 )
-@ActionLayout(promptStyle = PromptStyle.INLINE_AS_IF_EDIT) // broken
-//@ActionLayout(promptStyle = PromptStyle.INLINE, named = "Inline as if edit (broken)")
+@ActionLayout(promptStyle = PromptStyle.INLINE_AS_IF_EDIT)
 @RequiredArgsConstructor
 public class PrimitiveCharHolder_updateReadOnlyProperty2InlineAsIfEdit {