You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Deepak Dixit (JIRA)" <ji...@apache.org> on 2016/11/19 12:05:59 UTC

[jira] [Commented] (OFBIZ-7323) layered-modal hyperlink doesn't show style

    [ https://issues.apache.org/jira/browse/OFBIZ-7323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15679146#comment-15679146 ] 

Deepak Dixit commented on OFBIZ-7323:
-------------------------------------

Thanks Pierre for reporting the issue.

This has been fixed at 
Trunk at r#1770490
16.11 at r#1770491

> layered-modal hyperlink doesn't show style
> ------------------------------------------
>
>                 Key: OFBIZ-7323
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-7323
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Trunk
>            Reporter: Pierre Smits
>             Fix For: Upcoming Branch
>
>
> When a field has a defined widget-style and is intended to display a hyperlink with link-type="layered-modal", e.g.
> {code}
>         <field name="editButton" title=" " widget-style="buttontext" use-when="&quot;NOT_READY&quot;.equals(form.statusId)">
>             <hyperlink link-type="layered-modal" target="eFormLayer" description="${uiLabelMap.CommonEdit}">
>                 <parameter param-name=iId" from-field="formId"/>
>             </hyperlink>
>         </field>
> {code}
> The rendered html should show the widget-style as a class to the <a href>
> But it doesn't.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)