[jira] [Commented] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-05-11 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela commented on OFBIZ-10800:
---

Hello [~suraj.khurana]

I have updated the Affect Versions.

Thanks

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12, 
> Release Branch 18.12
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, 
> OFBIZ-10800.patch, OFBIZ.10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-05-11 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela updated OFBIZ-10800:
--
Affects Version/s: Release Branch 18.12
   Release Branch 17.12
   Release Branch 16.11

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk, Release Branch 16.11, Release Branch 17.12, 
> Release Branch 18.12
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, 
> OFBIZ-10800.patch, OFBIZ.10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-03-30 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela edited comment on OFBIZ-10800 at 3/30/19 10:26 AM:
-

Fixed: image was not displaying on the screen.

Used wrapString method of StringUtil class in the image URL for converting the 
URL in a proper format. This is done to avoid the general HTML auto-encoding 
for character '/' in the URL.

Updated patch with fixes for both the issues mentioned in the comments.

The issue related to the 'Remove' button does not exist anymore on the 
mentioned screen resolution as well.


was (Author: dhaval.wagela):
Fixed: image was not displaying on the screen.

Used wrapString method of StringUtil class in the image URL for converting the 
URL in a proper format. This is done to avoid the general HTML auto-encoding 
for character '/' in the URL.

Updated patch with fixes for both the issues mentioned in the comments.

 

The issue related to the 'Remove' button does not exist anymore on the 
mentioned screen resolution as well.

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, 
> OFBIZ-10800.patch, OFBIZ.10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-03-30 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela edited comment on OFBIZ-10800 at 3/30/19 10:25 AM:
-

Fixed: image was not displaying on the screen.

Used wrapString method of StringUtil class in the image URL for converting the 
URL in a proper format. This is done to avoid the general HTML auto-encoding 
for character '/' in the URL.

Updated patch with fixes for both the issues mentioned in the comments.

 

The issue related to the 'Remove' button does not exist anymore on the 
mentioned screen resolution as well.


was (Author: dhaval.wagela):
Fixed: image was not displaying on the screen.


Used wrapString method of StringUtil class in the image URL for converting the 
URL in a proper format. This is done to avoid the general HTML auto-encoding 
for character '/' in the URL.


Updated patch with fixes for both the issues mentioned in the comments.

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, 
> OFBIZ-10800.patch, OFBIZ.10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-03-30 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela updated OFBIZ-10800:
--
Attachment: OFBIZ.10800.patch

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, 
> OFBIZ-10800.patch, OFBIZ.10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-03-30 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela commented on OFBIZ-10800:
---

Fixed: image was not displaying on the screen.


Used wrapString method of StringUtil class in the image URL for converting the 
URL in a proper format. This is done to avoid the general HTML auto-encoding 
for character '/' in the URL.


Updated patch with fixes for both the issues mentioned in the comments.

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, 
> OFBIZ-10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-03-09 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela commented on OFBIZ-10800:
---

Fixed: Issue of empty line occurring at the time when we were not giving 
address line 2.

Added a check that if we have any value in 'address line 2' field, then only 
the 'li' element should get its value and then only 'li' element should be 
there on the screen so that it does not show unnecessary bullet with no line to 
follow it.

Provided patch for the same.

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, 
> OFBIZ-10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-03-09 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela updated OFBIZ-10800:
--
Attachment: OFBIZ-10800.patch

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png, 5-ScreenResolution.png, 6-100%Zoom.png, 7-80%Zoom.png, 
> OFBIZ-10800.patch
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-10800) Unable to remove items from onePageCheckout screen of ecommerce

2019-01-11 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela reassigned OFBIZ-10800:
-

Assignee: Dhaval Wagela

> Unable to remove items from onePageCheckout screen of ecommerce
> ---
>
> Key: OFBIZ-10800
> URL: https://issues.apache.org/jira/browse/OFBIZ-10800
> Project: OFBiz
>  Issue Type: Bug
>  Components: ecommerce
>Affects Versions: Trunk
>Reporter: Arpit Mor
>Assignee: Dhaval Wagela
>Priority: Major
> Attachments: 1-ToOnePageCheckout.png, 2-Remove.png, 3-NoAddress2.png, 
> 4-EmptyLine.png
>
>
> Steps to regenerate:
>  # Login to URL: 
> [https://demo-trunk.ofbiz.apache.org/ecommerce/control/checkLogin/main]
>  # Add items to cart
>  # Click on One Page Checkout at top right of the page (Please refer 
> attachment: 1-ToOnePageCheckout)
> Actual: Remove link is not working on onePageCheckout screen (Please refer 
> attachment: 2-Remove)
>  
> Note: Following UI issues were also found on page
>  # Product image is not displayed on screen and UI is not proper (Please 
> refer attachment: 2-Remove)
>  # If in step 2 of the page, address line 2 is empty then on clicking on 
> continue to step 3, empty line is displayed (Please refer attachments: 
> 3-NoAddress2 and 4-EmptyLine)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-9844) Replace Inline js with External js in renderTextField macro

2018-06-22 Thread Dhaval Wagela (JIRA)


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

Dhaval Wagela reassigned OFBIZ-9844:


Assignee: Dhaval Wagela  (was: Aishwary Shrivastava)

> Replace Inline js with External js in renderTextField macro
> ---
>
> Key: OFBIZ-9844
> URL: https://issues.apache.org/jira/browse/OFBIZ-9844
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (OFBIZ-9849) Replace Inline js with External js in renderDropDownField macro

2018-05-26 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela edited comment on OFBIZ-9849 at 5/26/18 8:21 AM:
---

Replaced inline js from renderDropDownField macro to external js in 
OfbizUtils.js

Steps to verify:
 Navigate to 
FormWidgetExamples([https://localhost:8443/example/control/FormWidgetExamples]).
 Check the functionality of Autocomplete Dropdown in 'Drop down fields' section.

Done following:
 Added class 'autoCompleteDropDown' to the field if ajaxEnabled is true, 
removed the code for the condition from the markup and added in OfbizUtils.js 
for the class 'autoCompleteDropDown'.
 Removed js code for change event from the markup and added it to the 'change' 
event of combobox in ajaxAutoCompleteDropDown function.


was (Author: dhaval.wagela):
Replaced inline js from renderDropDownField macro to external js in 
OfbizUtils.js

Steps to verify:
Navigate to 
FormWidgetExamples([https://localhost:8443/example/control/FormWidgetExamples]).
Check the functionality of Autocomplete Dropdown in 'Drop down fields section'.

Done following:
Added class 'autoCompleteDropDown' to the field if ajaxEnabled is true, removed 
the code for the condition from the markup and added in OfbizUtils.js for the 
class 'autoCompleteDropDown'.
Removed js code for change event from the markup and added it to the 'change' 
event of combobox in ajaxAutoCompleteDropDown function.

> Replace Inline js with External js in renderDropDownField macro
> ---
>
> Key: OFBIZ-9849
> URL: https://issues.apache.org/jira/browse/OFBIZ-9849
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Minor
> Attachments: OFBIZ-9849.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (OFBIZ-9849) Replace Inline js with External js in renderDropDownField macro

2018-05-26 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela edited comment on OFBIZ-9849 at 5/26/18 7:16 AM:
---

Replaced inline js from renderDropDownField macro to external js in 
OfbizUtils.js

Steps to verify:
Navigate to 
FormWidgetExamples([https://localhost:8443/example/control/FormWidgetExamples]).
Check the functionality of Autocomplete Dropdown in 'Drop down fields section'.

Done following:
Added class 'autoCompleteDropDown' to the field if ajaxEnabled is true, removed 
the code for the condition from the markup and added in OfbizUtils.js for the 
class 'autoCompleteDropDown'.
Removed js code for change event from the markup and added it to the 'change' 
event of combobox in ajaxAutoCompleteDropDown function.


was (Author: dhaval.wagela):
Replaced inline js from renderDropDownField macro to external js in 
OfbizUtils.js
Done following:
Added class 'autoCompleteDropDown' to the field if ajaxEnabled is true, removed 
the code for the condition from the markup and added in OfbizUtils.js for the 
class 'autoCompleteDropDown'.
Removed js code for change event from the markup and added it to the 'change' 
event of combobox in ajaxAutoCompleteDropDown function.

Steps to verify:
Navigate to 
FormWidgetExamples([https://localhost:8443/example/control/FormWidgetExamples]).
Check the functionality of Autocomplete Dropdown in 'Drop down fields section'.

> Replace Inline js with External js in renderDropDownField macro
> ---
>
> Key: OFBIZ-9849
> URL: https://issues.apache.org/jira/browse/OFBIZ-9849
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Minor
> Attachments: OFBIZ-9849.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-9849) Replace Inline js with External js in renderDropDownField macro

2018-05-26 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela commented on OFBIZ-9849:
--

Replaced inline js from renderDropDownField macro to external js in 
OfbizUtils.js
Done following:
Added class 'autoCompleteDropDown' to the field if ajaxEnabled is true, removed 
the code for the condition from the markup and added in OfbizUtils.js for the 
class 'autoCompleteDropDown'.
Removed js code for change event from the markup and added it to the 'change' 
event of combobox in ajaxAutoCompleteDropDown function.

Steps to verify:
Navigate to 
FormWidgetExamples([https://localhost:8443/example/control/FormWidgetExamples]).
Check the functionality of Autocomplete Dropdown in 'Drop down fields section'.

> Replace Inline js with External js in renderDropDownField macro
> ---
>
> Key: OFBIZ-9849
> URL: https://issues.apache.org/jira/browse/OFBIZ-9849
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Minor
> Attachments: OFBIZ-9849.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-9849) Replace Inline js with External js in renderDropDownField macro

2018-05-26 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela updated OFBIZ-9849:
-
Attachment: OFBIZ-9849.patch

> Replace Inline js with External js in renderDropDownField macro
> ---
>
> Key: OFBIZ-9849
> URL: https://issues.apache.org/jira/browse/OFBIZ-9849
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Minor
> Attachments: OFBIZ-9849.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2018-02-27 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela commented on OFBIZ-7738:
--

Hi Dennis,

Thanks for reporting the issue. I think I mistakenly did some unwanted changes. 
Attaching a new patch for the same.

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7738.patch, OFBIZ-7738.patch, OFBIZ-7738.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2018-02-27 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela updated OFBIZ-7738:
-
Attachment: OFBIZ-7738.patch

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7738.patch, OFBIZ-7738.patch, OFBIZ-7738.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2018-02-24 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela updated OFBIZ-7738:
-
Attachment: OFBIZ-7738.patch

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-7738.patch, OFBIZ-7738.patch
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Assigned] (OFBIZ-9849) Replace Inline js with External js in renderDropDownField macro

2017-11-25 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela reassigned OFBIZ-9849:


Assignee: Dhaval Wagela

> Replace Inline js with External js in renderDropDownField macro
> ---
>
> Key: OFBIZ-9849
> URL: https://issues.apache.org/jira/browse/OFBIZ-9849
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OFBIZ-9503) Fixed Asset Id field is below update button on EditInventoryItem page

2017-09-23 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela edited comment on OFBIZ-9503 at 9/23/17 10:15 AM:


Fixed the issue and provided the patch.
The screen is also rendered on clicking *New Inventory Item* button using the 
following link.
[Edit 
Inventory|https://localhost:8443/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse]


was (Author: dhaval.wagela):
Fixed the issue and provided the patch.
The screen is also rendered on clicking *New Inventory Item* button using the 
following link.
[New 
Inventory|https://localhost:8443/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse]

> Fixed Asset Id field is below update button on EditInventoryItem page
> -
>
> Key: OFBIZ-9503
> URL: https://issues.apache.org/jira/browse/OFBIZ-9503
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Trivial
> Attachments: OFBIZ-9503.patch
>
>
> Steps to reproduce:
> 1. Go to Facility component 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main)
> 2. Select facility and click on submit button 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacility)
> 3. Click on Inventory item in sub menu 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacilityInventoryItems?facilityId=WebStoreWarehouse)
> 4. Click on id link of any inventory item 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse)
> Fixed Asset Id field is below Update button



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OFBIZ-9503) Fixed Asset Id field is below update button on EditInventoryItem page

2017-09-23 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela edited comment on OFBIZ-9503 at 9/23/17 10:15 AM:


Fixed the issue and provided the patch.
The screen is also rendered on clicking *New Inventory Item* button using the 
following link.
[Edit Inventory 
Item|https://localhost:8443/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse]


was (Author: dhaval.wagela):
Fixed the issue and provided the patch.
The screen is also rendered on clicking *New Inventory Item* button using the 
following link.
[Edit 
Inventory|https://localhost:8443/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse]

> Fixed Asset Id field is below update button on EditInventoryItem page
> -
>
> Key: OFBIZ-9503
> URL: https://issues.apache.org/jira/browse/OFBIZ-9503
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Trivial
> Attachments: OFBIZ-9503.patch
>
>
> Steps to reproduce:
> 1. Go to Facility component 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main)
> 2. Select facility and click on submit button 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacility)
> 3. Click on Inventory item in sub menu 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacilityInventoryItems?facilityId=WebStoreWarehouse)
> 4. Click on id link of any inventory item 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse)
> Fixed Asset Id field is below Update button



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-9503) Fixed Asset Id field is below update button on EditInventoryItem page

2017-09-23 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela updated OFBIZ-9503:
-
Attachment: OFBIZ-9503.patch

> Fixed Asset Id field is below update button on EditInventoryItem page
> -
>
> Key: OFBIZ-9503
> URL: https://issues.apache.org/jira/browse/OFBIZ-9503
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Trivial
> Attachments: OFBIZ-9503.patch
>
>
> Steps to reproduce:
> 1. Go to Facility component 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main)
> 2. Select facility and click on submit button 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacility)
> 3. Click on Inventory item in sub menu 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacilityInventoryItems?facilityId=WebStoreWarehouse)
> 4. Click on id link of any inventory item 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse)
> Fixed Asset Id field is below Update button



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-9503) Fixed Asset Id field is below update button on EditInventoryItem page

2017-09-23 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela commented on OFBIZ-9503:
--

Fixed the issue and provided the patch.
The screen is also rendered on clicking *New Inventory Item* button using the 
following link.
[New 
Inventory|https://localhost:8443/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse]

> Fixed Asset Id field is below update button on EditInventoryItem page
> -
>
> Key: OFBIZ-9503
> URL: https://issues.apache.org/jira/browse/OFBIZ-9503
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Trivial
>
> Steps to reproduce:
> 1. Go to Facility component 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main)
> 2. Select facility and click on submit button 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacility)
> 3. Click on Inventory item in sub menu 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacilityInventoryItems?facilityId=WebStoreWarehouse)
> 4. Click on id link of any inventory item 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse)
> Fixed Asset Id field is below Update button



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-9503) Fixed Asset Id field is below update button on EditInventoryItem page

2017-09-23 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela reassigned OFBIZ-9503:


Assignee: Dhaval Wagela  (was: Aditya Sharma)

> Fixed Asset Id field is below update button on EditInventoryItem page
> -
>
> Key: OFBIZ-9503
> URL: https://issues.apache.org/jira/browse/OFBIZ-9503
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Aditya Sharma
>Assignee: Dhaval Wagela
>Priority: Trivial
>
> Steps to reproduce:
> 1. Go to Facility component 
> (https://demo-trunk.ofbiz.apache.org/facility/control/main)
> 2. Select facility and click on submit button 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacility)
> 3. Click on Inventory item in sub menu 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditFacilityInventoryItems?facilityId=WebStoreWarehouse)
> 4. Click on id link of any inventory item 
> (https://demo-trunk.ofbiz.apache.org/facility/control/EditInventoryItem?inventoryItemId=9003&facilityId=WebStoreWarehouse)
> Fixed Asset Id field is below Update button



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Comment Edited] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-08-26 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela edited comment on OFBIZ-7738 at 8/26/17 11:14 AM:


Improved all the service level error messages for missing required field of 
workeffort component.
Attaching patch for the issue.


was (Author: dhaval.wagela):
Improved all the service level error messages for missing required field of 
workeffort component.

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Attachments: OFBIZ-7738.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-08-26 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela reassigned OFBIZ-7738:


Assignee: Ashish Vijaywargiya  (was: Dhaval Wagela)

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Ashish Vijaywargiya
>Priority: Minor
> Attachments: OFBIZ-7738.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-08-26 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela updated OFBIZ-7738:
-
Attachment: OFBIZ-7738.patch

Improved all the service level error messages for missing required field of 
workeffort component.

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Dhaval Wagela
>Priority: Minor
> Attachments: OFBIZ-7738.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Assigned] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-08-25 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela reassigned OFBIZ-7738:


Assignee: Dhaval Wagela  (was: Ashish Vijaywargiya)

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Dhaval Wagela
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Issue Comment Deleted] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-08-25 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela updated OFBIZ-7738:
-
Comment: was deleted

(was: Improved: All the service level error messages for missing required field 
in workEffort component.)

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Ashish Vijaywargiya
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-08-25 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela updated OFBIZ-7738:
-
Attachment: (was: OFBIZ-7738-16-11.patch)

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Assignee: Ashish Vijaywargiya
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-8715) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-07-22 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela commented on OFBIZ-8715:
--

This issue is handled in ticket OFBIZ-7738.
Link-[https://issues.apache.org/jira/browse/OFBIZ-7738]

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-8715
> URL: https://issues.apache.org/jira/browse/OFBIZ-8715
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Jagpreet Kaur
>Priority: Minor
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-07-08 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela commented on OFBIZ-7738:
--

Improved: All the service level error messages for missing required field in 
workEffort component.

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Priority: Minor
> Attachments: OFBIZ-7738-16-11.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (OFBIZ-7738) OFBIZ-7471: Improve all the service level error messages for missing required field for workeffort component

2017-07-08 Thread Dhaval Wagela (JIRA)

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

Dhaval Wagela updated OFBIZ-7738:
-
Attachment: OFBIZ-7738-16-11.patch

> OFBIZ-7471: Improve all the service level error messages for missing required 
> field for workeffort component
> 
>
> Key: OFBIZ-7738
> URL: https://issues.apache.org/jira/browse/OFBIZ-7738
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: workeffort
>Affects Versions: 16.11.01
>Reporter: Ratnesh Upadhyay
>Priority: Minor
> Attachments: OFBIZ-7738-16-11.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)