Prepend feature idCodes with '-'
--------------------------------

                 Key: OFBIZ-620
                 URL: https://issues.apache.org/jira/browse/OFBIZ-620
             Project: Apache OFBiz (The Open for Business Project)
          Issue Type: Improvement
          Components: product
    Affects Versions: SVN trunk
         Environment: All.
            Reporter: Jonathon Wong
            Priority: Trivial
             Fix For: SVN trunk
         Attachments: ProductFeatureServices.java.patch

Currently, that function appends the ProductFeature idCode(s) immediately to 
the end of the Product ID. So, WG-9943 will have WG-9943B3 rather than 
WG-9943-B3.

Can I just add a '-' before the entire string of ProductFeature idCode(s)? Or 
should I do more work to store this prefix '-' in some entity linked to a 
Product? Or in config file? Or allow it to be specifiable by users on the 
QuickAddVariants screen?

I've included a suggested patch.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to