[ 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.