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/causeway.git
The following commit(s) were added to refs/heads/master by this push:
new 4a3de91ed8 CAUSEWAY-3442: adoc issue link corrections
4a3de91ed8 is described below
commit 4a3de91ed8a65b51bd8a63046c6016cc12008597
Author: andi-huber <[email protected]>
AuthorDate: Tue May 30 10:30:01 2023 +0200
CAUSEWAY-3442: adoc issue link corrections
---
.../labelPosition/PropertyLayoutLabelPositionPage-description.adoc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/examples/demo/domain/src/main/java/demoapp/dom/domain/properties/PropertyLayout/labelPosition/PropertyLayoutLabelPositionPage-description.adoc
b/examples/demo/domain/src/main/java/demoapp/dom/domain/properties/PropertyLayout/labelPosition/PropertyLayoutLabelPositionPage-description.adoc
index ddb42b4ae0..2dbef26dc3 100644
---
a/examples/demo/domain/src/main/java/demoapp/dom/domain/properties/PropertyLayout/labelPosition/PropertyLayoutLabelPositionPage-description.adoc
+++
b/examples/demo/domain/src/main/java/demoapp/dom/domain/properties/PropertyLayout/labelPosition/PropertyLayoutLabelPositionPage-description.adoc
@@ -116,7 +116,7 @@ Positioning the label to the right is _only_ supported for
boolean properties:
* boolean property with label positioned to the right:
+
-WARNING: currently the label is positioned above; see
link:https://issues.apache.org/jira/browse/CAUSEWAY-3441[CAUSEWAY-3441]
+WARNING: currently the label is positioned above; see
link:https://issues.apache.org/jira/browse/CAUSEWAY-3442[CAUSEWAY-3442]
** for the property:
+
@@ -173,7 +173,7 @@ It's also possible to specify the label position using the
`.layout.xml` file.
<cpt:property id="propertyLayoutBooleanLabelPositionRight"
labelPosition="RIGHT"/>
----
+
-WARNING: currently the label is positioned above; see
link:https://issues.apache.org/jira/browse/CAUSEWAY-3441[CAUSEWAY-3441]
+WARNING: currently the label is positioned above; see
link:https://issues.apache.org/jira/browse/CAUSEWAY-3442[CAUSEWAY-3442]
One advantage of the layout file over the annotation is that the layout file
is dynamic: it can be modified and the changes reloaded in a running
application.