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

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/causeway-app-petclinic.git

commit 2ef4a89093d50ff4bc085fae2b2eea6cfb1ac459
Author: Dan Haywood <[email protected]>
AuthorDate: Sat May 25 14:05:06 2024 +0100

    Comments out promptStyle for PetOwner#updateName
---
 .../main/java/domainapp/modules/petowner/dom/petowner/PetOwner.java    | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner.java
 
b/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner.java
index 0cc5bb5..5548ddc 100644
--- 
a/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner.java
+++ 
b/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwner.java
@@ -198,7 +198,8 @@ public class PetOwner implements Comparable<PetOwner>, 
CalendarEventable {
 
     @Action(semantics = IDEMPOTENT, commandPublishing = Publishing.ENABLED, 
executionPublishing = Publishing.ENABLED)
     @ActionLayout(
-            associateWith = "name", promptStyle = PromptStyle.INLINE,
+            associateWith = "name",
+            // promptStyle = PromptStyle.INLINE,
             describedAs = "Updates the name of this object, certain characters 
(" + PROHIBITED_CHARACTERS + ") are not allowed.")
     public PetOwner updateName(
             @Name final String name) {

Reply via email to