Be able to create a product from quick dropdown (Product Jump)
-------------------------------------------------------------- Key: OFBIZ-4177 URL: https://issues.apache.org/jira/browse/OFBIZ-4177 Project: OFBiz Issue Type: Improvement Components: product Affects Versions: SVN trunk Environment: NA Reporter: Jacques Le Roux Assignee: Jacques Le Roux Priority: Trivial Fix For: SVN trunk The behavior was if you put in a productID that did not exist, and did a jump to product, instead of a message No existing Products found, the /catalog/control/EditProduct enter the ID. then all you had to do was do an update to create the new product. is there a reason this functionality was removed -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux updated OFBIZ-4177: ----------------------------------- Attachment: OFBIZ-4177_Product Jump.patch I remember changing this during 2010 (can't find the revision) It was leading to a bug for any other screen (but EditProductQuickAdmin and I just found that) than product creation, since there was no related productId (try prices screen in stable demo for instance). It could be arranged for the product creation screen. This patch gives this functionnality back while keeping out the bug. I have also removed redundant test on productId (since if there are no product I don't see the point to check for productId) > Be able to create a product from quick dropdown (Product Jump) > -------------------------------------------------------------- > > Key: OFBIZ-4177 > URL: https://issues.apache.org/jira/browse/OFBIZ-4177 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Environment: NA > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-4177_Product Jump.patch > > > The behavior was if you put in a productID that did not exist, and did a > jump to product, instead of a message No existing Products found, the > /catalog/control/EditProduct enter the ID. > then all you had to do was do an update to create the new product. > is there a reason this functionality was removed -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993615#comment-12993615 ] BJ Freeman commented on OFBIZ-4177: ----------------------------------- have to set the internalname also > Be able to create a product from quick dropdown (Product Jump) > -------------------------------------------------------------- > > Key: OFBIZ-4177 > URL: https://issues.apache.org/jira/browse/OFBIZ-4177 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Environment: NA > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-4177_Product Jump.patch > > > The behavior was if you put in a productID that did not exist, and did a > jump to product, instead of a message No existing Products found, the > /catalog/control/EditProduct enter the ID. > then all you had to do was do an update to create the new product. > is there a reason this functionality was removed -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993671#comment-12993671 ] Jacques Le Roux commented on OFBIZ-4177: ---------------------------------------- hu? > Be able to create a product from quick dropdown (Product Jump) > -------------------------------------------------------------- > > Key: OFBIZ-4177 > URL: https://issues.apache.org/jira/browse/OFBIZ-4177 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Environment: NA > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-4177_Product Jump.patch > > > The behavior was if you put in a productID that did not exist, and did a > jump to product, instead of a message No existing Products found, the > /catalog/control/EditProduct enter the ID. > then all you had to do was do an update to create the new product. > is there a reason this functionality was removed -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993683#comment-12993683 ] BJ Freeman commented on OFBIZ-4177: ----------------------------------- sorry when click on create get The Following Errors Occurred: The following required parameter is missing: [createProduct.internalName] was suggesting adding the internalName=productID but not a bigggy since they get a error and can fill in. > Be able to create a product from quick dropdown (Product Jump) > -------------------------------------------------------------- > > Key: OFBIZ-4177 > URL: https://issues.apache.org/jira/browse/OFBIZ-4177 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Environment: NA > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-4177_Product Jump.patch > > > The behavior was if you put in a productID that did not exist, and did a > jump to product, instead of a message No existing Products found, the > /catalog/control/EditProduct enter the ID. > then all you had to do was do an update to create the new product. > is there a reason this functionality was removed -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jacques Le Roux closed OFBIZ-4177. ---------------------------------- Resolution: Fixed Ho I see, I prefer to let them check and add what they want. It's committed in trunk at r1069957 > Be able to create a product from quick dropdown (Product Jump) > -------------------------------------------------------------- > > Key: OFBIZ-4177 > URL: https://issues.apache.org/jira/browse/OFBIZ-4177 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Environment: NA > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-4177_Product Jump.patch > > > The behavior was if you put in a productID that did not exist, and did a > jump to product, instead of a message No existing Products found, the > /catalog/control/EditProduct enter the ID. > then all you had to do was do an update to create the new product. > is there a reason this functionality was removed -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12993903#comment-12993903 ] BJ Freeman commented on OFBIZ-4177: ----------------------------------- thanks for your effort. > Be able to create a product from quick dropdown (Product Jump) > -------------------------------------------------------------- > > Key: OFBIZ-4177 > URL: https://issues.apache.org/jira/browse/OFBIZ-4177 > Project: OFBiz > Issue Type: Improvement > Components: product > Affects Versions: SVN trunk > Environment: NA > Reporter: Jacques Le Roux > Assignee: Jacques Le Roux > Priority: Trivial > Fix For: SVN trunk > > Attachments: OFBIZ-4177_Product Jump.patch > > > The behavior was if you put in a productID that did not exist, and did a > jump to product, instead of a message No existing Products found, the > /catalog/control/EditProduct enter the ID. > then all you had to do was do an update to create the new product. > is there a reason this functionality was removed -- This message is automatically generated by JIRA. - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |