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 1ad05291748a96bf8cbeffb0f747f08e7ef6c054 Author: Dan Haywood <[email protected]> AuthorDate: Sat May 25 14:08:23 2024 +0100 changes the default prompt style --- webapp/src/main/resources/application-dev.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/webapp/src/main/resources/application-dev.yml b/webapp/src/main/resources/application-dev.yml index 01448c6..a8b6ea4 100644 --- a/webapp/src/main/resources/application-dev.yml +++ b/webapp/src/main/resources/application-dev.yml @@ -1,4 +1,10 @@ causeway: testing: fixtures: - initial-script: domainapp.webapp.application.fixture.scenarios.DomainAppDemo \ No newline at end of file + initial-script: domainapp.webapp.application.fixture.scenarios.DomainAppDemo + + viewer: + wicket: + prompt-style: dialog + dialog-mode: modal + dialog-mode-for-menu: sidebar
