This is an automated email from the ASF dual-hosted git repository. pgil pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push: new 9161c7138 Fixed: Support "text" attribute on hyperlinks in forms (OFBIZ-12940) 9161c7138 is described below commit 9161c7138e9db3165c771f02cf85dfc97234c706 Author: Gil Portenseigne <gil.portensei...@nereide.fr> AuthorDate: Tue Mar 19 15:53:26 2024 +0100 Fixed: Support "text" attribute on hyperlinks in forms (OFBIZ-12940) This implements the improvement for OFBIZ-12940 to display modal title. --- example/widget/example/ExampleForms.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/widget/example/ExampleForms.xml b/example/widget/example/ExampleForms.xml index e55dfe94b..22121cab1 100644 --- a/example/widget/example/ExampleForms.xml +++ b/example/widget/example/ExampleForms.xml @@ -147,7 +147,7 @@ under the License. <entity-condition entity-name="Example"><order-by field-name="exampleName"/></entity-condition> </actions> <field name="exampleId" title="${uiLabelMap.ExampleExampleId}" widget-style="buttontext"> - <hyperlink description="${exampleId}" target="EditExampleLayer" also-hidden="false" link-type="layered-modal"> + <hyperlink description="${exampleId}" target="EditExampleLayer" text="${exampleName}" also-hidden="false" link-type="layered-modal"> <parameter param-name="exampleId"/> </hyperlink> </field>