E-mail is Username causes "Username is Missing" error
----------------------------------------------------- Key: OFBIZ-97 URL: http://issues.apache.org/jira/browse/OFBIZ-97 Project: OFBiz (The Open for Business Project) Issue Type: Bug Components: ecommerce Affects Versions: SVN trunk Environment: linux Reporter: Daniel Kunkel A recent change (last couple of weeks) has broken the "Use Primary Email Username" feature in the product store: https://www._domain_.com/catalog/control/EditProductStore?productStoreId=9000 Now, when signing up for a new account, an error occurs "Username is Missing" Thanks -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ http://issues.apache.org/jira/browse/OFBIZ-97?page=comments#action_12422560 ]
Daniel Kunkel commented on OFBIZ-97: ------------------------------------ Hi It seems that: <field-to-field field-name="CUSTOMER_EMAIL" map-name="parameters" to-field-name="USERNAME"/> is not a complete replacement for: <set from-field="parameters.CUSTOMER_EMAIL" field="USERNAME"/> around line 70 of: applications/ecommerce/script/org/ofbiz/ecommerce/customer/CustomerEvents.xml ----- The set command causes an error during the creation of a new customer account saying "username is missing." The change was introduced in r421506. Thanks > E-mail is Username causes "Username is Missing" error > ----------------------------------------------------- > > Key: OFBIZ-97 > URL: http://issues.apache.org/jira/browse/OFBIZ-97 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: linux > Reporter: Daniel Kunkel > > A recent change (last couple of weeks) has broken the "Use Primary Email Username" feature in the product store: > https://www._domain_.com/catalog/control/EditProductStore?productStoreId=9000 > Now, when signing up for a new account, an error occurs > "Username is Missing" > Thanks -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-97?page=comments#action_12422564 ]
Daniel Kunkel commented on OFBIZ-97: ------------------------------------ Oops... should read: is not a completely replaced by: In other words, the set statement doesn't work... The field-to-field does. > E-mail is Username causes "Username is Missing" error > ----------------------------------------------------- > > Key: OFBIZ-97 > URL: http://issues.apache.org/jira/browse/OFBIZ-97 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: linux > Reporter: Daniel Kunkel > Fix For: SVN trunk > > > A recent change (last couple of weeks) has broken the "Use Primary Email Username" feature in the product store: > https://www._domain_.com/catalog/control/EditProductStore?productStoreId=9000 > Now, when signing up for a new account, an error occurs > "Username is Missing" > Thanks -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ http://issues.apache.org/jira/browse/OFBIZ-97?page=all ]
David E. Jones closed OFBIZ-97. ------------------------------- Fix Version/s: SVN trunk Resolution: Fixed Assignee: David E. Jones Thanks for looking into this Daniel. It should now be fixed in SVN rev 424207. > E-mail is Username causes "Username is Missing" error > ----------------------------------------------------- > > Key: OFBIZ-97 > URL: http://issues.apache.org/jira/browse/OFBIZ-97 > Project: OFBiz (The Open for Business Project) > Issue Type: Bug > Components: ecommerce > Affects Versions: SVN trunk > Environment: linux > Reporter: Daniel Kunkel > Assigned To: David E. Jones > Fix For: SVN trunk > > > A recent change (last couple of weeks) has broken the "Use Primary Email Username" feature in the product store: > https://www._domain_.com/catalog/control/EditProductStore?productStoreId=9000 > Now, when signing up for a new account, an error occurs > "Username is Missing" > Thanks -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |