You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Daniel Watford (Jira)" <ji...@apache.org> on 2019/11/05 10:25:00 UTC

[jira] [Created] (OFBIZ-11274) Cannot set property 'value' of null in lookup.js set_multivalues() function

Daniel Watford created OFBIZ-11274:
--------------------------------------

             Summary: Cannot set property 'value' of null in lookup.js set_multivalues() function
                 Key: OFBIZ-11274
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11274
             Project: OFBiz
          Issue Type: Bug
          Components: themes
    Affects Versions: Trunk
            Reporter: Daniel Watford


Attempts to call lookup.js function set_multivalues() from a lookup screen fail with the console logging error:
{noformat}
Uncaught TypeError: Cannot set property 'value' of null
 at set_multivalues (fieldlookup.js:769)
 at <anonymous>:1:1{noformat}
No framework or plugins appear to currently use this function.

The set_multivalues() function should be useful for populating multiple fields (e.g. a Postal Address) on a form from a lookup.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)