This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch CAUSEWAY-3735 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit ec3fa588c00c7be2338b70d5327b57f3348b1664 Author: Dan Haywood <[email protected]> AuthorDate: Mon May 13 10:24:09 2024 +0100 CAUSEWAY-3735: fixes copy/paste error in global config prop that is used to set up publishing facet for actions --- build-core.sh | 0 build-demo-app.sh | 0 build-site.sh | 0 build-smoketests.sh | 0 build-tooling.sh | 0 build.sh | 0 changed.sh | 0 .../execution/ExecutionPublishingFacetForPropertyAnnotation.java | 2 +- dependency-graph.sh | 0 docker-run-demo.sh | 0 enhance.sh | 0 gitcommit.sh | 0 github-pr.sh | 0 gitrmb.sh | 0 preview.sh | 0 serve-timeline.sh | 0 sync-adoc.sh | 0 17 files changed, 1 insertion(+), 1 deletion(-) diff --git a/build-core.sh b/build-core.sh old mode 100644 new mode 100755 diff --git a/build-demo-app.sh b/build-demo-app.sh old mode 100644 new mode 100755 diff --git a/build-site.sh b/build-site.sh old mode 100644 new mode 100755 diff --git a/build-smoketests.sh b/build-smoketests.sh old mode 100644 new mode 100755 diff --git a/build-tooling.sh b/build-tooling.sh old mode 100644 new mode 100755 diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/changed.sh b/changed.sh old mode 100644 new mode 100755 diff --git a/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/facets/members/publish/execution/ExecutionPublishingFacetForPropertyAnnotation.java b/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/facets/members/publish/execution/ExecutionPublishingFacetForPropertyAnnotation.java index a1ac856636..7b95449fb0 100644 --- a/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/facets/members/publish/execution/ExecutionPublishingFacetForPropertyAnnotation.java +++ b/core/metamodel/src/main/java/org/apache/causeway/core/metamodel/facets/members/publish/execution/ExecutionPublishingFacetForPropertyAnnotation.java @@ -102,7 +102,7 @@ extends ExecutionPublishingFacetAbstract { } } else { // we are dealing with an action - val actionPublishingPolicy = ActionConfigOptions.actionCommandPublishingPolicy(configuration); + val actionPublishingPolicy = ActionConfigOptions.actionExecutionPublishingPolicy(configuration); switch (actionPublishingPolicy) { case NONE: return new ExecutionPublishingFacetForActionFromConfiguration.None(holder); diff --git a/dependency-graph.sh b/dependency-graph.sh old mode 100644 new mode 100755 diff --git a/docker-run-demo.sh b/docker-run-demo.sh old mode 100644 new mode 100755 diff --git a/enhance.sh b/enhance.sh old mode 100644 new mode 100755 diff --git a/gitcommit.sh b/gitcommit.sh old mode 100644 new mode 100755 diff --git a/github-pr.sh b/github-pr.sh old mode 100644 new mode 100755 diff --git a/gitrmb.sh b/gitrmb.sh old mode 100644 new mode 100755 diff --git a/preview.sh b/preview.sh old mode 100644 new mode 100755 diff --git a/serve-timeline.sh b/serve-timeline.sh old mode 100644 new mode 100755 diff --git a/sync-adoc.sh b/sync-adoc.sh old mode 100644 new mode 100755
