[jira] Created: (OFBIZ-4071) disable-if-empty is not working for menu item.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[jira] Created: (OFBIZ-4071) disable-if-empty is not working for menu item.

Nicolas Malin (Jira)
disable-if-empty is not working for menu item.
----------------------------------------------

                 Key: OFBIZ-4071
                 URL: https://issues.apache.org/jira/browse/OFBIZ-4071
             Project: OFBiz
          Issue Type: Bug
          Components: framework
    Affects Versions: Release Branch 10.04
            Reporter: Deepak Dixit
            Priority: Minor
             Fix For: Release Branch 10.04, SVN trunk


There is an disable-if-empty tag available for menu-item tag to display menu item. But it does not working. If we use disable-if-empty attribute then menu item does not disable.


--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-4071) disable-if-empty is not working for menu item.

Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepak Dixit updated OFBIZ-4071:
--------------------------------

    Attachment: OFBIZ-4071.patch

Here is the patch for trunk and release branch 10.04.

> disable-if-empty is not working for menu item.
> ----------------------------------------------
>
>                 Key: OFBIZ-4071
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4071
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 10.04
>            Reporter: Deepak Dixit
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4071.patch
>
>
> There is an disable-if-empty tag available for menu-item tag to display menu item. But it does not working. If we use disable-if-empty attribute then menu item does not disable.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Updated: (OFBIZ-4071) disable-if-empty is not working for menu item.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepak Dixit updated OFBIZ-4071:
--------------------------------

    Affects Version/s: SVN trunk

> disable-if-empty is not working for menu item.
> ----------------------------------------------
>
>                 Key: OFBIZ-4071
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4071
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Deepak Dixit
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4071.patch
>
>
> There is an disable-if-empty tag available for menu-item tag to display menu item. But it does not working. If we use disable-if-empty attribute then menu item does not disable.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Assigned: (OFBIZ-4071) disable-if-empty is not working for menu item.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray reassigned OFBIZ-4071:
---------------------------------

    Assignee: Scott Gray

> disable-if-empty is not working for menu item.
> ----------------------------------------------
>
>                 Key: OFBIZ-4071
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4071
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Deepak Dixit
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4071.patch
>
>
> There is an disable-if-empty tag available for menu-item tag to display menu item. But it does not working. If we use disable-if-empty attribute then menu item does not disable.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Closed: (OFBIZ-4071) disable-if-empty is not working for menu item.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

     [ https://issues.apache.org/jira/browse/OFBIZ-4071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Scott Gray closed OFBIZ-4071.
-----------------------------

    Resolution: Fixed

Thanks Deepak, I've committed a slightly modified patch in revs:
trunk - 1052195
10.04 - 1052197

> disable-if-empty is not working for menu item.
> ----------------------------------------------
>
>                 Key: OFBIZ-4071
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4071
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Deepak Dixit
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4071.patch
>
>
> There is an disable-if-empty tag available for menu-item tag to display menu item. But it does not working. If we use disable-if-empty attribute then menu item does not disable.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply | Threaded
Open this post in threaded view
|

[jira] Commented: (OFBIZ-4071) disable-if-empty is not working for menu item.

Nicolas Malin (Jira)
In reply to this post by Nicolas Malin (Jira)

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

Deepak Dixit commented on OFBIZ-4071:
-------------------------------------

Thanks Scott.

> disable-if-empty is not working for menu item.
> ----------------------------------------------
>
>                 Key: OFBIZ-4071
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-4071
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: Release Branch 10.04, SVN trunk
>            Reporter: Deepak Dixit
>            Assignee: Scott Gray
>            Priority: Minor
>             Fix For: Release Branch 10.04, SVN trunk
>
>         Attachments: OFBIZ-4071.patch
>
>
> There is an disable-if-empty tag available for menu-item tag to display menu item. But it does not working. If we use disable-if-empty attribute then menu item does not disable.

--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.