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

2019-11-10 Thread Aditya Sharma (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aditya Sharma updated OFBIZ-11274:
--
Description: 
Reference to the thread on dev list: 
[https://ofbiz.markmail.org/thread/3j7cndhig5oknknq]


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

  was:
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 :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.


> 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
>Priority: Major
>  Labels: pull-request-available
> Attachments: OFBIZ-11274-lookup-set-multi.patch
>
>
> Reference to the thread on dev list: 
> [https://ofbiz.markmail.org/thread/3j7cndhig5oknknq]
> 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 :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)


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

2019-11-05 Thread Daniel Watford (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Watford updated OFBIZ-11274:
---
Attachment: OFBIZ-11274-lookup-set-multi.patch

> 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
>Priority: Major
>  Labels: pull-request-available
> Attachments: OFBIZ-11274-lookup-set-multi.patch
>
>
> 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 :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)


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

2019-11-05 Thread Daniel Watford (Jira)


 [ 
https://issues.apache.org/jira/browse/OFBIZ-11274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Daniel Watford updated OFBIZ-11274:
---
 Flags: Patch
Labels: pull-request-available  (was: )

PR created [https://github.com/apache/ofbiz-framework/pull/6]

> 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
>Priority: Major
>  Labels: pull-request-available
>
> 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 :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)