[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-03-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054818#comment-17054818
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit b518a5df2e806980c0f409ba2dbe919ae1176cb2 in ofbiz-framework's branch 
refs/heads/release18.12 from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=b518a5d ]

Improved: Backport - Use FlexibleStringExpander in form widget lookup
field target parameters.

(OFBIZ-11418)

Changed target-parameter attribute of the form widget's Lookup field to
use the FlexibleStringExpander type rather than String. This has been
done to allow reference to other form fields which may have had their
parameter-name attribute set to a FlexibleStringExpander expression.

Backport cherry-picked from commit
08a371d0471a506e663c879f30299f424fc70921 with ModelFormFieldTest
removed.


> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
> Fix For: Upcoming Branch
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-03-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054820#comment-17054820
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit 370159feebf2071cebc7a6cf700dcceae914fcc6 in ofbiz-framework's branch 
refs/heads/release18.12 from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=370159f ]

Merge pull request #37 from danwatford/ofbiz-11418-backport18.12

OFBIZ-11418: Backport -  Use FlexibleStringExpander in form widget lookup field 
target parameters

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
> Fix For: Upcoming Branch
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-03-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17054819#comment-17054819
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit 308982526d75fd8ff70b70879410e706fe01703b in ofbiz-framework's branch 
refs/heads/release18.12 from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=3089825 ]

Documented: Backport - Documented use of field attribute parameter-name and
lookup field attribute target-parameter in widget-form.xsd

(OFBIZ-11418)

Backport cherry-picked from commit
5640de4eba0148e4a95d72528945866b7069d2ed.


> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
> Fix For: Upcoming Branch
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-03-04 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051273#comment-17051273
 ] 

Jacques Le Roux commented on OFBIZ-11418:
-

Mmm, seems that I forgot to push the last commit above... Done anyway...

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
> Fix For: Upcoming Branch
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-03-04 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17051254#comment-17051254
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit b759aacd9c18f592006cec553baf5ca3f72c4d4b in ofbiz-framework's branch 
refs/heads/pr/32 from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=b759aac ]

Improved: Use FlexibleStringExpander in form widget lookup field field
target parameters

(OFBIZ-11418)

Changed target-parameter attribute of the form widget's Lookup field to
use the FlexibleStringExpander type rather than String. This has been
done to allow reference to other form fields which may have had their
parameter-name attribute set to a FlexibleStringExpander expression.


> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
> Fix For: Upcoming Branch
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17047323#comment-17047323
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit 66aa76d7f7fc368b5f039d0e3181edaaf85d9b27 in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=66aa76d ]

Merge pull request #35 from danwatford/ofbiz-11418-documentation

OFBIZ-11418: Fixed line lengths in ModelFormFieldTest to adhere to coding 
standards

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-28 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17047322#comment-17047322
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit 0ece441228b224e4d3247f0d0bf54f3663a6caf3 in ofbiz-framework's branch 
refs/heads/trunk from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=0ece441 ]

Fixed: Fixed line lengths in ModelFormFieldTest to adhere to coding standards

(OFBIZ-11418)


> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 40m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-28 Thread Daniel Watford (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17047320#comment-17047320
 ] 

Daniel Watford commented on OFBIZ-11418:


PR [https://github.com/apache/ofbiz-framework/pull/35] added to address the 
checkstyle issues in tests.

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-27 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17047283#comment-17047283
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit cfad407c48840f951f5118a887c327b1e8d59562 in ofbiz-framework's branch 
refs/heads/trunk from Jacques Le Roux
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=cfad407 ]

Merge pull request #34 from danwatford/ofbiz-11418-documentation

OFBIZ-11418: Documented use of field attribute parameter-name and lookup field 
attribute target-parameter in widget-form.xsd

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-27 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17047282#comment-17047282
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit 5640de4eba0148e4a95d72528945866b7069d2ed in ofbiz-framework's branch 
refs/heads/trunk from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=5640de4 ]

Documented: Documented use of field attribute parameter-name and
lookup field attribute target-parameter in widget-form.xsd

(OFBIZ-11418)


> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-27 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17047280#comment-17047280
 ] 

Jacques Le Roux commented on OFBIZ-11418:
-

Great, thanks Daniel,

Also could you please take care of the style (formatting). As you can see in 
the red stdio of 
https://ci.apache.org/builders/ofbizTrunkFrameworkPlugins/builds/1202 you have 
introduced some anomalies. You can refer to 
https://cwiki.apache.org/confluence/display/OFBIZ/Coding+Conventions, TIA.

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-27 Thread Daniel Watford (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17046972#comment-17046972
 ] 

Daniel Watford commented on OFBIZ-11418:


Hi [~jleroux],

New PR raised to cover documentation of the target-parameter and parameter-name 
attributes in widget-form.xsd.

[https://github.com/apache/ofbiz-framework/pull/34]

Please take a look.

 

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-27 Thread Jacques Le Roux (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17046853#comment-17046853
 ] 

Jacques Le Roux commented on OFBIZ-11418:
-

Hi Daniel,

Thanks for your work, could you please also modify the documentation of 
 in widget-form.xsd. 
While at it it would be good to do it for parameter-name too, in relation with 
OFBIZ-11330

TIA

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-27 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17046851#comment-17046851
 ] 

ASF subversion and git services commented on OFBIZ-11418:
-

Commit 08a371d0471a506e663c879f30299f424fc70921 in ofbiz-framework's branch 
refs/heads/trunk from Daniel Watford
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=08a371d ]

Improved: Use FlexibleStringExpander in form widget lookup field field
target parameters

(OFBIZ-11418)

Changed target-parameter attribute of the form widget's Lookup field to
use the FlexibleStringExpander type rather than String. This has been
done to allow reference to other form fields which may have had their
parameter-name attribute set to a FlexibleStringExpander expression.


> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Jacques Le Roux
>Priority: Major
>  Labels: patch-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-25 Thread Daniel Watford (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17044854#comment-17044854
 ] 

Daniel Watford commented on OFBIZ-11418:


If committers decide to apply OFBIZ-11415 which is to backport new 
functionality to release18.12 then this ticket should probably be backported 
too.

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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


[jira] [Commented] (OFBIZ-11418) Use FlexibleStringExpander in form widget lookup field field target parameters

2020-02-25 Thread Daniel Watford (Jira)


[ 
https://issues.apache.org/jira/browse/OFBIZ-11418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17044842#comment-17044842
 ] 

Daniel Watford commented on OFBIZ-11418:


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

> Use FlexibleStringExpander in form widget lookup field field target parameters
> --
>
> Key: OFBIZ-11418
> URL: https://issues.apache.org/jira/browse/OFBIZ-11418
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Daniel Watford
>Priority: Major
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> OFBIZ-11330 added use of FlexibleStringExpander when generating the 
> parameter-name for a Form Widget Field.
> The form widget's Lookup field makes use of a target-parameter attribute to 
> determine the input fields which should be read from when making a lookup 
> request.
> Since we can now generate field parameter names from FlexibleStringExpander 
> expressions it seems appropriate to be able to populate the target-parameter 
> with the same expressions. Not doing so means that we can potentially 
> generate parameter names that cannot be referenced by a lookup field.
>  



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