[jira] Created: (OFBIZ-717) Implement Admin Services, UI for ProductCategoryLink entity

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

[jira] Created: (OFBIZ-717) Implement Admin Services, UI for ProductCategoryLink entity

Nicolas Malin (Jira)
Implement Admin Services, UI for ProductCategoryLink entity
-----------------------------------------------------------

                 Key: OFBIZ-717
                 URL: https://issues.apache.org/jira/browse/OFBIZ-717
             Project: OFBiz (The Open for Business Project)
          Issue Type: New Feature
          Components: product
    Affects Versions: SVN trunk
         Environment: Linux(CentOS)
            Reporter: Ashish Vijaywargiya
            Priority: Trivial


Implement Admin Services, UI for the newly created ProductCategoryLink entity.

Regards
Ashish Vijaywargiya

--
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-717) Implement Admin Services, UI for ProductCategoryLink entity

Nicolas Malin (Jira)

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

Ashish Vijaywargiya updated OFBIZ-717:
--------------------------------------

    Attachment: ProductCategoryLink.patch

> Implement Admin Services, UI for ProductCategoryLink entity
> -----------------------------------------------------------
>
>                 Key: OFBIZ-717
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-717
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Linux(CentOS)
>            Reporter: Ashish Vijaywargiya
>            Priority: Trivial
>         Attachments: ProductCategoryLink.patch
>
>
> Implement Admin Services, UI for the newly created ProductCategoryLink entity.
> Regards
> Ashish Vijaywargiya

--
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-717) Implement Admin Services, UI for ProductCategoryLink entity

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

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

David E. Jones commented on OFBIZ-717:
--------------------------------------

This should be implemented according to the best practices pattern, the ExampleItem related artifacts are probably the best example to work from. A few specific things:

1. use forms instead of bsh/ftl
2. don't try to reuse the category image stuff, as the same pattern won't apply to the link image (and if it did we'd have to use a different pattern anyway that took into account the linkSeqId), but this is not necessary here so just leave it as a plain text box
3. for the service, use the parameterized permission message to avoid having the 3 error messages
4. new services, wherever possible, should also be using permission-service element (again the ExampleItem related services are a good example)


> Implement Admin Services, UI for ProductCategoryLink entity
> -----------------------------------------------------------
>
>                 Key: OFBIZ-717
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-717
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Linux(CentOS)
>            Reporter: Ashish Vijaywargiya
>            Priority: Trivial
>         Attachments: ProductCategoryLink.patch
>
>
> Implement Admin Services, UI for the newly created ProductCategoryLink entity.
> Regards
> Ashish Vijaywargiya

--
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-717) Implement Admin Services, UI for ProductCategoryLink entity

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

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

David E. Jones reassigned OFBIZ-717:
------------------------------------

    Assignee: David E. Jones

> Implement Admin Services, UI for ProductCategoryLink entity
> -----------------------------------------------------------
>
>                 Key: OFBIZ-717
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-717
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Linux(CentOS)
>            Reporter: Ashish Vijaywargiya
>         Assigned To: David E. Jones
>            Priority: Trivial
>         Attachments: ProductCategoryLink.patch
>
>
> Implement Admin Services, UI for the newly created ProductCategoryLink entity.
> Regards
> Ashish Vijaywargiya

--
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-717) Implement Admin Services, UI for ProductCategoryLink entity

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

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

Ashish Vijaywargiya updated OFBIZ-717:
--------------------------------------

    Attachment: ProductCategoryLink.patch

David,

Thx for your comments.
Here is the updated patch.

Regards
Ashish Vijaywargiya
Aditisoft Technology Laboratory

> Implement Admin Services, UI for ProductCategoryLink entity
> -----------------------------------------------------------
>
>                 Key: OFBIZ-717
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-717
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Linux(CentOS)
>            Reporter: Ashish Vijaywargiya
>         Assigned To: David E. Jones
>            Priority: Trivial
>         Attachments: ProductCategoryLink.patch, ProductCategoryLink.patch
>
>
> Implement Admin Services, UI for the newly created ProductCategoryLink entity.
> Regards
> Ashish Vijaywargiya

--
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-717) Implement Admin Services, UI for ProductCategoryLink entity

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

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

David E. Jones commented on OFBIZ-717:
--------------------------------------

Thanks Ashish. There are a couple of things that need to be changed, like using the existing security service instead of adding a new one, but I'll take care of those as I review and commit this.


> Implement Admin Services, UI for ProductCategoryLink entity
> -----------------------------------------------------------
>
>                 Key: OFBIZ-717
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-717
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Linux(CentOS)
>            Reporter: Ashish Vijaywargiya
>         Assigned To: David E. Jones
>            Priority: Trivial
>         Attachments: ProductCategoryLink.patch, ProductCategoryLink.patch
>
>
> Implement Admin Services, UI for the newly created ProductCategoryLink entity.
> Regards
> Ashish Vijaywargiya

--
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-717) Implement Admin Services, UI for ProductCategoryLink entity

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

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

David E. Jones closed OFBIZ-717.
--------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk

Thanks Ashish, the patch plus various updates (described in the commit log) are in SVN rev 507431.

> Implement Admin Services, UI for ProductCategoryLink entity
> -----------------------------------------------------------
>
>                 Key: OFBIZ-717
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-717
>             Project: OFBiz (The Open for Business Project)
>          Issue Type: New Feature
>          Components: product
>    Affects Versions: SVN trunk
>         Environment: Linux(CentOS)
>            Reporter: Ashish Vijaywargiya
>         Assigned To: David E. Jones
>            Priority: Trivial
>             Fix For: SVN trunk
>
>         Attachments: ProductCategoryLink.patch, ProductCategoryLink.patch
>
>
> Implement Admin Services, UI for the newly created ProductCategoryLink entity.
> Regards
> Ashish Vijaywargiya

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