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 da9d60f4366b9e6f2f2e67fdf300796fa2e7cce4 Author: Dan Haywood <[email protected]> AuthorDate: Sat May 25 14:01:22 2024 +0100 Comments out promptStyle for PetOwners#create --- .../main/java/domainapp/modules/petowner/dom/petowner/PetOwners.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwners.java b/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwners.java index c9b73dc..7da8035 100644 --- a/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwners.java +++ b/module-petowner/src/main/java/domainapp/modules/petowner/dom/petowner/PetOwners.java @@ -44,7 +44,7 @@ public class PetOwners { @Action(semantics = SemanticsOf.NON_IDEMPOTENT) - @ActionLayout(promptStyle = PromptStyle.DIALOG_SIDEBAR) + // @ActionLayout(promptStyle = PromptStyle.DIALOG_SIDEBAR) public PetOwner create( @Name final String name, @Parameter(maxLength = 40, optionality = Optionality.OPTIONAL)
