[jira] Created: (OFBIZ-3864) Security tag at screen "Payments of Product Store" with wrong syntax

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

[jira] Created: (OFBIZ-3864) Security tag at screen "Payments of Product Store" with wrong syntax

Nicolas Malin (Jira)
Security tag at screen "Payments of Product Store" with wrong syntax
--------------------------------------------------------------------

                 Key: OFBIZ-3864
                 URL: https://issues.apache.org/jira/browse/OFBIZ-3864
             Project: OFBiz
          Issue Type: Bug
          Components: product
    Affects Versions: Release 09.04, Release Branch 09.04, Release Branch 10.04, jQuery, SVN trunk
         Environment: ALL
            Reporter: David - DiSiD Technologies, S.L.
            Priority: Trivial
             Fix For: Release Branch 09.04, Release Branch 10.04, jQuery, SVN trunk, Release 09.04


The screen "EditProductStorePaySetup" in "OFBIZ_HOME/applications/product/widget/catalog/StoreScreens.xml" (that is, section "Payments" of one Product Store, at Catalog app) has a security tag with wrong syntax.

It causes that users with right permissions cannot add new payments to the store.

You can test it here: https://demo-trunk.ofbiz.apache.org:8443/catalog/control/EditProductStorePaySetup?productStoreId=9000 logged as "flexadmin". The form at the bottom (titled "Edit Product Store Payment Setup") doesn't appear.

--
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-3864) Security tag at screen "Payments of Product Store" with wrong syntax

Nicolas Malin (Jira)

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

David - DiSiD Technologies, S.L. updated OFBIZ-3864:
----------------------------------------------------

    Attachment: OFBIZ-3864_securityTagInProductStorePaymentsScreen.patch

This patch fixs the bug.

> Security tag at screen "Payments of Product Store" with wrong syntax
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-3864
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3864
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: Release Branch 09.04, Release 09.04, Release Branch 10.04, jQuery, SVN trunk
>         Environment: ALL
>            Reporter: David - DiSiD Technologies, S.L.
>            Priority: Trivial
>             Fix For: Release Branch 09.04, Release 09.04, Release Branch 10.04, jQuery, SVN trunk
>
>         Attachments: OFBIZ-3864_securityTagInProductStorePaymentsScreen.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> The screen "EditProductStorePaySetup" in "OFBIZ_HOME/applications/product/widget/catalog/StoreScreens.xml" (that is, section "Payments" of one Product Store, at Catalog app) has a security tag with wrong syntax.
> It causes that users with right permissions cannot add new payments to the store.
> You can test it here: https://demo-trunk.ofbiz.apache.org:8443/catalog/control/EditProductStorePaySetup?productStoreId=9000 logged as "flexadmin". The form at the bottom (titled "Edit Product Store Payment Setup") doesn't appear.

--
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] Issue Comment Edited: (OFBIZ-3864) Security tag at screen "Payments of Product Store" with wrong syntax

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

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

David - DiSiD Technologies, S.L. edited comment on OFBIZ-3864 at 7/19/10 8:02 AM:
----------------------------------------------------------------------------------

This patch fixs the bug: https://issues.apache.org/jira/secure/attachment/12449835/OFBIZ-3864_securityTagInProductStorePaymentsScreen.patch

Replacing

  action="CREATE"

by

  action="_CREATE"

      was (Author: dcervera):
    This patch fixs the bug.
 

> Security tag at screen "Payments of Product Store" with wrong syntax
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-3864
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3864
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: Release Branch 09.04, Release 09.04, Release Branch 10.04, jQuery, SVN trunk
>         Environment: ALL
>            Reporter: David - DiSiD Technologies, S.L.
>            Priority: Trivial
>             Fix For: Release Branch 09.04, Release 09.04, Release Branch 10.04, jQuery, SVN trunk
>
>         Attachments: OFBIZ-3864_securityTagInProductStorePaymentsScreen.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> The screen "EditProductStorePaySetup" in "OFBIZ_HOME/applications/product/widget/catalog/StoreScreens.xml" (that is, section "Payments" of one Product Store, at Catalog app) has a security tag with wrong syntax.
> It causes that users with right permissions cannot add new payments to the store.
> You can test it here: https://demo-trunk.ofbiz.apache.org:8443/catalog/control/EditProductStorePaySetup?productStoreId=9000 logged as "flexadmin". The form at the bottom (titled "Edit Product Store Payment Setup") doesn't appear.

--
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-3864) Security tag at screen "Payments of Product Store" with wrong syntax

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

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

David - DiSiD Technologies, S.L. commented on OFBIZ-3864:
---------------------------------------------------------

Note: if the user has CATALOG_ADMIN permissions, the bug will not happen.

> Security tag at screen "Payments of Product Store" with wrong syntax
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-3864
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3864
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: Release Branch 09.04, Release 09.04, Release Branch 10.04, jQuery, SVN trunk
>         Environment: ALL
>            Reporter: David - DiSiD Technologies, S.L.
>            Priority: Trivial
>             Fix For: Release Branch 09.04, Release 09.04, Release Branch 10.04, jQuery, SVN trunk
>
>         Attachments: OFBIZ-3864_securityTagInProductStorePaymentsScreen.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> The screen "EditProductStorePaySetup" in "OFBIZ_HOME/applications/product/widget/catalog/StoreScreens.xml" (that is, section "Payments" of one Product Store, at Catalog app) has a security tag with wrong syntax.
> It causes that users with right permissions cannot add new payments to the store.
> You can test it here: https://demo-trunk.ofbiz.apache.org:8443/catalog/control/EditProductStorePaySetup?productStoreId=9000 logged as "flexadmin". The form at the bottom (titled "Edit Product Store Payment Setup") doesn't appear.

--
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-3864) Security tag at screen "Payments of Product Store" with wrong syntax

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

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

Jacques Le Roux closed OFBIZ-3864.
----------------------------------

      Assignee: Jacques Le Roux
    Resolution: Fixed

Thanks David,

Your patch is in trunk at r965470, jQuery is merged at r965505, r10.04 at r965479, R9.04 at r965478  



> Security tag at screen "Payments of Product Store" with wrong syntax
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-3864
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-3864
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: Release Branch 09.04, Release 09.04, Release Branch 10.04, jQuery, SVN trunk
>         Environment: ALL
>            Reporter: David - DiSiD Technologies, S.L.
>            Assignee: Jacques Le Roux
>            Priority: Trivial
>             Fix For: Release Branch 09.04, Release Branch 10.04, jQuery, SVN trunk, Release 09.04
>
>         Attachments: OFBIZ-3864_securityTagInProductStorePaymentsScreen.patch
>
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> The screen "EditProductStorePaySetup" in "OFBIZ_HOME/applications/product/widget/catalog/StoreScreens.xml" (that is, section "Payments" of one Product Store, at Catalog app) has a security tag with wrong syntax.
> It causes that users with right permissions cannot add new payments to the store.
> You can test it here: https://demo-trunk.ofbiz.apache.org:8443/catalog/control/EditProductStorePaySetup?productStoreId=9000 logged as "flexadmin". The form at the bottom (titled "Edit Product Store Payment Setup") doesn't appear.

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