[jira] [Updated] (OFBIZ-11415) Backport - Using FlexibleStringExpander in form widget field's parameter names

2020-02-25 Thread Daniel Watford (Jira)


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

Daniel Watford updated OFBIZ-11415:
---
Description: 
Request for backport of OFBIZ-11330 to release18.12.

To allow a single form to be included on a screen multiple times, and for a 
collective submission from those forms to be handled by a service, it is 
necessary to ensure each form input can be rendered with a unique name.

The name attribute of the rendered HTML form input is rendered according to the 
parameterName of a field in the form widget.

To allow generation of unique field parameterNames we can use the 
FlexibleStringExpander type.

 

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

 

Improvement initially raised on dev mailing list - 
[https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]

 

  was:
Request for backport of OFBIZ-11330 to release18.10.

To allow a single form to be included on a screen multiple times, and for a 
collective submission from those forms to be handled by a service, it is 
necessary to ensure each form input can be rendered with a unique name.

The name attribute of the rendered HTML form input is rendered according to the 
parameterName of a field in the form widget.

To allow generation of unique field parameterNames we can use the 
FlexibleStringExpander type.

 

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

 

Improvement initially raised on dev mailing list - 
[https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]

 


> Backport - Using FlexibleStringExpander in form widget field's parameter names
> --
>
> Key: OFBIZ-11415
> URL: https://issues.apache.org/jira/browse/OFBIZ-11415
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Priority: Major
>  Labels: backport-needed
> Fix For: Upcoming Branch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Request for backport of OFBIZ-11330 to release18.12.
> To allow a single form to be included on a screen multiple times, and for a 
> collective submission from those forms to be handled by a service, it is 
> necessary to ensure each form input can be rendered with a unique name.
> The name attribute of the rendered HTML form input is rendered according to 
> the parameterName of a field in the form widget.
> To allow generation of unique field parameterNames we can use the 
> FlexibleStringExpander type.
>  
> PR: [https://github.com/apache/ofbiz-framework/pull/31]
>  
> Improvement initially raised on dev mailing list - 
> [https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]
>  



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


[jira] [Updated] (OFBIZ-11415) Backport - Using FlexibleStringExpander in form widget field's parameter names

2020-02-25 Thread Daniel Watford (Jira)


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

Daniel Watford updated OFBIZ-11415:
---
Description: 
Request for backport of OFBIZ-11330 to release18.10.

To allow a single form to be included on a screen multiple times, and for a 
collective submission from those forms to be handled by a service, it is 
necessary to ensure each form input can be rendered with a unique name.

The name attribute of the rendered HTML form input is rendered according to the 
parameterName of a field in the form widget.

To allow generation of unique field parameterNames we can use the 
FlexibleStringExpander type.

 

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

 

Improvement initially raised on dev mailing list - 
[https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]

 

  was:
Request for backport of OFBIZ-11330 to release18.10.

To allow a single form to be included on a screen multiple times, and for a 
collective submission from those forms to be handled by a service, it is 
necessary to ensure each form input can be rendered with a unique name.

The name attribute of the rendered HTML form input is rendered according to the 
parameterName of a field in the form widget.

To allow generation of unique field parameterNames we can use the 
FlexibleStringExpander type.

 

PR: To be created.

 

Improvement initially raised on dev mailing list - 
[https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]

 


> Backport - Using FlexibleStringExpander in form widget field's parameter names
> --
>
> Key: OFBIZ-11415
> URL: https://issues.apache.org/jira/browse/OFBIZ-11415
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Nicolas Malin
>Priority: Major
>  Labels: backport-needed
> Fix For: Upcoming Branch
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Request for backport of OFBIZ-11330 to release18.10.
> To allow a single form to be included on a screen multiple times, and for a 
> collective submission from those forms to be handled by a service, it is 
> necessary to ensure each form input can be rendered with a unique name.
> The name attribute of the rendered HTML form input is rendered according to 
> the parameterName of a field in the form widget.
> To allow generation of unique field parameterNames we can use the 
> FlexibleStringExpander type.
>  
> PR: [https://github.com/apache/ofbiz-framework/pull/31]
>  
> Improvement initially raised on dev mailing list - 
> [https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]
>  



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


[jira] [Updated] (OFBIZ-11415) Backport - Using FlexibleStringExpander in form widget field's parameter names

2020-02-25 Thread Daniel Watford (Jira)


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

Daniel Watford updated OFBIZ-11415:
---
 Sprint: OFBiz Community Day (Feb 2020)
Description: 
Request for backport of OFBIZ-11330 to release18.10.

To allow a single form to be included on a screen multiple times, and for a 
collective submission from those forms to be handled by a service, it is 
necessary to ensure each form input can be rendered with a unique name.

The name attribute of the rendered HTML form input is rendered according to the 
parameterName of a field in the form widget.

To allow generation of unique field parameterNames we can use the 
FlexibleStringExpander type.

 

PR: To be created.

 

Improvement initially raised on dev mailing list - 
[https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]

 

  was:
To allow a single form to be included on a screen multiple times, and for a 
collective submission from those forms to be handled by a service, it is 
necessary to ensure each form input can be rendered with a unique name.

The name attribute of the rendered HTML form input is rendered according to the 
parameterName of a field in the form widget.

To allow generation of unique field parameterNames we can use the 
FlexibleStringExpander type.

 

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

 

Improvement initially raised on dev mailing list - 
[https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]

 

 Labels: backport-needed  (was: )

> Backport - Using FlexibleStringExpander in form widget field's parameter names
> --
>
> Key: OFBIZ-11415
> URL: https://issues.apache.org/jira/browse/OFBIZ-11415
> Project: OFBiz
>  Issue Type: Improvement
>  Components: framework
>Affects Versions: Trunk
>Reporter: Daniel Watford
>Assignee: Nicolas Malin
>Priority: Major
>  Labels: backport-needed
> Fix For: Upcoming Branch
>
>
> Request for backport of OFBIZ-11330 to release18.10.
> To allow a single form to be included on a screen multiple times, and for a 
> collective submission from those forms to be handled by a service, it is 
> necessary to ensure each form input can be rendered with a unique name.
> The name attribute of the rendered HTML form input is rendered according to 
> the parameterName of a field in the form widget.
> To allow generation of unique field parameterNames we can use the 
> FlexibleStringExpander type.
>  
> PR: To be created.
>  
> Improvement initially raised on dev mailing list - 
> [https://lists.apache.org/thread.html/r20cf244d32587768e83a78d4f69d1ef1cd064b093c0e6a8e6caa74c4%40%3Cdev.ofbiz.apache.org%3E]
>  



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