[jira] [Commented] (OFBIZ-10005) Broken screen while performing find operation on 'MarketingCampaignAndVisit' entity from webtools

2017-11-25 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-10005:
---

Hi,

I found that a similar error is thrown on performing search on many other view 
entities as well. For example, CommunicationEventSum, 
MarketingCampaignAndOrderHeader, TrackingCodeAndOrderHeader and many more.

A similar pattern is followed while creating these views, we have used 
group-by="true" for one of the columns of the view entity and group-by="false" 
for one other column. For instance, marketingCampaignId is used to group by the 
results while fromDate is not included in the group by.



We can't have items in the select that are not in the group by unless we are 
going to use a summary function on them. If we group by id we are collapsing 
all rows with the same id into one row, if we want other columns to be 
presented we must perform an aggregate function on them or we can group by with 
more than one column.

For the view definition, modifying the value of group-by="true" for the from 
date will fix the issue.


But, I am not sure why we used group-by="false" with the date in the first 
place, I am looking into it.


> Broken screen while performing find operation on 'MarketingCampaignAndVisit' 
> entity from webtools
> -
>
> Key: OFBIZ-10005
> URL: https://issues.apache.org/jira/browse/OFBIZ-10005
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/webtools
>Reporter: Pradeep Choudhary
>Assignee: Rohit Rai
>Priority: Blocker
> Fix For: Trunk
>
> Attachments: EnityFindOperatioError.png
>
>
> Steps to regenerate:
> 1. Ope URL 
> [https://demo-trunk.ofbiz.apache.org/webtools/control/FindGeneric?entityName=MarketingCampaignAndVisit]
> 2. Perform find operation on given entity with empty fields.
> 3. Broken Screen appears. (Please find the attached screenshot)



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


[jira] [Assigned] (OFBIZ-10005) Broken screen while performing find operation on 'MarketingCampaignAndVisit' entity from webtools

2017-11-24 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-10005:
-

Assignee: Rohit Rai

> Broken screen while performing find operation on 'MarketingCampaignAndVisit' 
> entity from webtools
> -
>
> Key: OFBIZ-10005
> URL: https://issues.apache.org/jira/browse/OFBIZ-10005
> Project: OFBiz
>  Issue Type: Bug
>  Components: framework/webtools
>Reporter: Pradeep Choudhary
>Assignee: Rohit Rai
>Priority: Blocker
> Fix For: Trunk
>
> Attachments: EnityFindOperatioError.png
>
>
> Steps to regenerate:
> 1. Ope URL 
> [https://ofbiz-trunk.hotwaxsystems.com/webtools/control/FindGeneric?entityName=MarketingCampaignAndVisit]
> 2. Perform find operation on given entity with empty fields.
> 3. Broken Screen appears. (Please find the attached screenshot)



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


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9747:


Assignee: (was: Rohit Rai)

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



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


[jira] [Assigned] (OFBIZ-9747) Error while updating Agreement

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9747:


Assignee: Rohit Rai

> Error while updating Agreement 
> ---
>
> Key: OFBIZ-9747
> URL: https://issues.apache.org/jira/browse/OFBIZ-9747
> Project: OFBiz
>  Issue Type: Bug
>  Components: accounting
> Environment: 
> https://demo-trunk.ofbiz.apache.org/accounting/control/updateAgreement
>Reporter: Padmavati Rawat
>Assignee: Rohit Rai
> Attachments: ErroronAgreement.png
>
>
> Steps:
> 1. Search any existing Agreement.
> 2. Click on the update button.
> 3. Try to change the Role Type Id From, Role Type Id To and Agreement Type Id.
> 4. Click on submit button.
> Actual:
> Error displayed on the screen on clicking submit button.



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


[jira] [Updated] (OFBIZ-9758) Party Id label missing from edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9758:
-
Attachment: OFBIZ-9758.png

> Party Id label missing from edit data resource role
> ---
>
> Key: OFBIZ-9758
> URL: https://issues.apache.org/jira/browse/OFBIZ-9758
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9758.patch, OFBIZ-9758.png
>
>
> go to,
> content -> dataresource -> Find DataResource -> select a data resource from 
> the list -> role
> Party Id label is missing,
> direct link to test the issue,
> https://localhost:8443/content/control/addDataResourceRole



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


[jira] [Updated] (OFBIZ-9758) Party Id label missing from edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9758:
-
Attachment: OFBIZ-9758.patch

Attaching the patch.

> Party Id label missing from edit data resource role
> ---
>
> Key: OFBIZ-9758
> URL: https://issues.apache.org/jira/browse/OFBIZ-9758
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9758.patch
>
>
> go to,
> content -> dataresource -> Find DataResource -> select a data resource from 
> the list -> role
> Party Id label is missing,
> direct link to test the issue,
> https://localhost:8443/content/control/addDataResourceRole



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


[jira] [Created] (OFBIZ-9758) Party Id label missing from edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9758:


 Summary: Party Id label missing from edit data resource role
 Key: OFBIZ-9758
 URL: https://issues.apache.org/jira/browse/OFBIZ-9758
 Project: OFBiz
  Issue Type: Bug
  Components: content
Reporter: Rohit Rai
Assignee: Rohit Rai


go to,
content -> dataresource -> Find DataResource -> select a data resource from the 
list -> role

Party Id label is missing,
direct link to test the issue,
https://localhost:8443/content/control/addDataResourceRole



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


[jira] [Updated] (OFBIZ-9757) Required field indicator (*) is missing on edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9757:
-
Attachment: OFBIZ-9757.patch

Attaching the patch.

> Required field indicator (*) is missing on edit data resource role
> --
>
> Key: OFBIZ-9757
> URL: https://issues.apache.org/jira/browse/OFBIZ-9757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9757.patch
>
>
> go to,
> content -> dataresource -> Find DataResource -> select a data resource from 
> the list -> role
> no required symbol for the required parameters, as a result, service throws 
> missing parameter error.
> direct link to test the issue,
> https://localhost:8443/content/control/addDataResourceRole



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


[jira] [Updated] (OFBIZ-9757) Required field indicator (*) is missing on edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9757:
-
Description: 
go to,
content -> dataresource -> Find DataResource -> select a data resource from the 
list -> role
no required symbol for the required parameters, as a result, service throws 
missing parameter error.

direct link to test the issue,
https://localhost:8443/content/control/addDataResourceRole

  was:
go to,
content -> dataresource -> Find DataResource -> select a data resource from the 
list -> roles
no required symbol for the required parameters, as a result service throws 
missing parameter error.

direct link to test the issue,
https://localhost:8443/content/control/addDataResourceRole


> Required field indicator (*) is missing on edit data resource role
> --
>
> Key: OFBIZ-9757
> URL: https://issues.apache.org/jira/browse/OFBIZ-9757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> go to,
> content -> dataresource -> Find DataResource -> select a data resource from 
> the list -> role
> no required symbol for the required parameters, as a result, service throws 
> missing parameter error.
> direct link to test the issue,
> https://localhost:8443/content/control/addDataResourceRole



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


[jira] [Updated] (OFBIZ-9757) Required field indicator (*) is missing on edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9757:
-
Description: 
go to,
content -> dataresource -> Find DataResource -> select a data resource from the 
list -> roles
no required symbol for the required parameters, as a result service throws 
missing parameter error.

direct link to test the issue,
https://localhost:8443/content/control/addDataResourceRole

  was:
go to,
content -> dataresource -> Find DataResource -> select a data resource from the 
list -> roles
no required symbol for the required parameters, as a result service throws 
missing parameter error.

direct link to test the issue,
https://localhost:8443/content/control/EditDataResource?dataResourceId=STDWRAP001


> Required field indicator (*) is missing on edit data resource role
> --
>
> Key: OFBIZ-9757
> URL: https://issues.apache.org/jira/browse/OFBIZ-9757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> go to,
> content -> dataresource -> Find DataResource -> select a data resource from 
> the list -> roles
> no required symbol for the required parameters, as a result service throws 
> missing parameter error.
> direct link to test the issue,
> https://localhost:8443/content/control/addDataResourceRole



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


[jira] [Updated] (OFBIZ-9757) Required field indicator (*) is missing on edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9757:
-
Description: 
go to,
content -> dataresource -> Find DataResource -> select a data resource from the 
list -> roles
no required symbol for the required parameters, as a result service throws 
missing parameter error.

direct link to test the issue,
https://localhost:8443/content/control/EditDataResource?dataResourceId=STDWRAP001

  was:
go to,
content -> dataresource -> Find DataResource -> select a data resource from the 
list -> roles
no required symbol for the required parameters, as a result service throws 
missing parameter error.

direct link to test the issue,
https://localhost:8443/content/control/addDataResourceRole


> Required field indicator (*) is missing on edit data resource role
> --
>
> Key: OFBIZ-9757
> URL: https://issues.apache.org/jira/browse/OFBIZ-9757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> go to,
> content -> dataresource -> Find DataResource -> select a data resource from 
> the list -> roles
> no required symbol for the required parameters, as a result service throws 
> missing parameter error.
> direct link to test the issue,
> https://localhost:8443/content/control/EditDataResource?dataResourceId=STDWRAP001



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


[jira] [Updated] (OFBIZ-9757) Required field indicator (*) is missing on edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9757:
-
Description: 
go to,
content -> dataresource -> Find DataResource -> select a data resource from the 
list -> roles
no required symbol for the required parameters, as a result service throws 
missing parameter error.

direct link to test the issue,
https://localhost:8443/content/control/addDataResourceRole

  was:
go to,
content -> dataresource -> create new
direct link to test the issue,
no required symbol for the required parameters, as a result service throws 
missing parameter error.

https://demo-trunk.ofbiz.apache.org/content/control/EditDataResource


> Required field indicator (*) is missing on edit data resource role
> --
>
> Key: OFBIZ-9757
> URL: https://issues.apache.org/jira/browse/OFBIZ-9757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> go to,
> content -> dataresource -> Find DataResource -> select a data resource from 
> the list -> roles
> no required symbol for the required parameters, as a result service throws 
> missing parameter error.
> direct link to test the issue,
> https://localhost:8443/content/control/addDataResourceRole



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


[jira] [Updated] (OFBIZ-9757) Required field indicator (*) is missing on edit data resource role

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9757:
-
Summary: Required field indicator (*) is missing on edit data resource role 
 (was: Required field indicator (*) is missing on create data resource)

> Required field indicator (*) is missing on edit data resource role
> --
>
> Key: OFBIZ-9757
> URL: https://issues.apache.org/jira/browse/OFBIZ-9757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> go to,
> content -> dataresource -> create new
> direct link to test the issue,
> no required symbol for the required parameters, as a result service throws 
> missing parameter error.
> https://demo-trunk.ofbiz.apache.org/content/control/EditDataResource



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


[jira] [Updated] (OFBIZ-9757) Required field indicator (*) is missing on create data resource

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9757:
-
Description: 
go to,
content -> dataresource -> create new
direct link to test the issue,
no required symbol for the required parameters, as a result service throws 
missing parameter error.

https://demo-trunk.ofbiz.apache.org/content/control/EditDataResource

  was:
go to,
content -> dataresource -> create new
direct link to test the issue,
https://demo-trunk.ofbiz.apache.org/content/control/EditDataResource


> Required field indicator (*) is missing on create data resource
> ---
>
> Key: OFBIZ-9757
> URL: https://issues.apache.org/jira/browse/OFBIZ-9757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> go to,
> content -> dataresource -> create new
> direct link to test the issue,
> no required symbol for the required parameters, as a result service throws 
> missing parameter error.
> https://demo-trunk.ofbiz.apache.org/content/control/EditDataResource



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


[jira] [Assigned] (OFBIZ-9757) Required field indicator (*) is missing on create data resource

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9757:


Assignee: Rohit Rai

> Required field indicator (*) is missing on create data resource
> ---
>
> Key: OFBIZ-9757
> URL: https://issues.apache.org/jira/browse/OFBIZ-9757
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> go to,
> content -> dataresource -> create new
> direct link to test the issue,
> https://demo-trunk.ofbiz.apache.org/content/control/EditDataResource



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


[jira] [Created] (OFBIZ-9757) Required field indicator (*) is missing on create data resource

2017-09-23 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9757:


 Summary: Required field indicator (*) is missing on create data 
resource
 Key: OFBIZ-9757
 URL: https://issues.apache.org/jira/browse/OFBIZ-9757
 Project: OFBiz
  Issue Type: Sub-task
  Components: content
Reporter: Rohit Rai


go to,
content -> dataresource -> create new
direct link to test the issue,
https://demo-trunk.ofbiz.apache.org/content/control/EditDataResource



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


[jira] [Updated] (OFBIZ-9756) Required field indicator (*) is missing from create contact list.

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9756:
-
Attachment: OFBIZ-9756.patch

Attached the patch.

> Required field indicator (*) is missing from create contact list.
> -
>
> Key: OFBIZ-9756
> URL: https://issues.apache.org/jira/browse/OFBIZ-9756
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9756.patch
>
>
> 1. go to content -> website
> 2. find websites -> select a website from the link
> 3. Click on contact lists from the submenu.
> contact list id is a required field,
> Quick link to test the issue,
> https://demo-trunk.ofbiz.apache.org/content/control/createWebSiteContactList



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


[jira] [Created] (OFBIZ-9756) Required field indicator (*) is missing from create contact list.

2017-09-23 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9756:


 Summary: Required field indicator (*) is missing from create 
contact list.
 Key: OFBIZ-9756
 URL: https://issues.apache.org/jira/browse/OFBIZ-9756
 Project: OFBiz
  Issue Type: Sub-task
  Components: content
Reporter: Rohit Rai


1. go to content -> website
2. find websites -> select a website from the link
3. Click on contact lists from the submenu.
Required field symbol is missing,

Quick link to test the issue,
https://demo-trunk.ofbiz.apache.org/content/control/createWebSiteContactList



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


[jira] [Assigned] (OFBIZ-9756) Required field indicator (*) is missing from create contact list.

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9756:


Assignee: Rohit Rai

> Required field indicator (*) is missing from create contact list.
> -
>
> Key: OFBIZ-9756
> URL: https://issues.apache.org/jira/browse/OFBIZ-9756
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> 1. go to content -> website
> 2. find websites -> select a website from the link
> 3. Click on contact lists from the submenu.
> Required field symbol is missing,
> Quick link to test the issue,
> https://demo-trunk.ofbiz.apache.org/content/control/createWebSiteContactList



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


[jira] [Updated] (OFBIZ-9756) Required field indicator (*) is missing from create contact list.

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9756:
-
Description: 
1. go to content -> website
2. find websites -> select a website from the link
3. Click on contact lists from the submenu.
contact list id is a required field,

Quick link to test the issue,
https://demo-trunk.ofbiz.apache.org/content/control/createWebSiteContactList

  was:
1. go to content -> website
2. find websites -> select a website from the link
3. Click on contact lists from the submenu.
Required field symbol is missing,

Quick link to test the issue,
https://demo-trunk.ofbiz.apache.org/content/control/createWebSiteContactList


> Required field indicator (*) is missing from create contact list.
> -
>
> Key: OFBIZ-9756
> URL: https://issues.apache.org/jira/browse/OFBIZ-9756
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> 1. go to content -> website
> 2. find websites -> select a website from the link
> 3. Click on contact lists from the submenu.
> contact list id is a required field,
> Quick link to test the issue,
> https://demo-trunk.ofbiz.apache.org/content/control/createWebSiteContactList



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


[jira] [Commented] (OFBIZ-9741) Required field indicator (*) is missing from the required field on create website content form

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9741:
--

Thanks, Akash. :)

> Required field indicator (*) is missing from the required field on create 
> website content form
> --
>
> Key: OFBIZ-9741
> URL: https://issues.apache.org/jira/browse/OFBIZ-9741
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Akash Jain
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-9741.patch
>
>
> 1. Go to Content -> WebSites
> 2. Select a website from the list of sites.
> 3. click on content from the submenu, it will lead you to follow link
> https://demo-trunk.ofbiz.apache.org/content/control/ListWebSiteContent?webSiteId=WebStorePos
> 4. Content Id is a required parameter for the service, a required field 
> indicator must be placed on the form.



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


[jira] [Commented] (OFBIZ-9748) Required field indicator (*) is missing on the Add an association section

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9748:
--

Thanks Jacques. :)

> Required field indicator (*) is missing on the Add an association section
> -
>
> Key: OFBIZ-9748
> URL: https://issues.apache.org/jira/browse/OFBIZ-9748
> Project: OFBiz
>  Issue Type: Sub-task
>Reporter: Rohit Rai
>Assignee: Jacques Le Roux
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-9748.patch
>
>
> 1. Go to, Content.
> 2. Find contents using the find form and select any content from the list./
> 3. Click on the submenu "Association"
> 4. ContentIdTo and ContentAssocTypeId are required field in add association 
> form, the indicator is missing from the UI.
> Link to the form,
> https://demo-trunk.ofbiz.apache.org/content/control/createContentAssoc



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


[jira] [Updated] (OFBIZ-9754) Required field indicator (*) is missing from create web site parties.

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9754:
-
Description: 
1. Go to content -> websites
2. Find websites and select a website from the list.
3. Required field indicator for party id is missing from create web site 
parties,
direct link,
https://demo-trunk.ofbiz.apache.org/content/control/EditWebSiteParties?webSiteId=WebStorePos

  was:
1. Go to content -> websites
2. Find websites and select a website from the list.
3. Required field indicator for party id is missing from create web site 
parties,
direct link,


> Required field indicator (*) is missing from create web site parties.
> -
>
> Key: OFBIZ-9754
> URL: https://issues.apache.org/jira/browse/OFBIZ-9754
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9754.patch
>
>
> 1. Go to content -> websites
> 2. Find websites and select a website from the list.
> 3. Required field indicator for party id is missing from create web site 
> parties,
> direct link,
> https://demo-trunk.ofbiz.apache.org/content/control/EditWebSiteParties?webSiteId=WebStorePos



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


[jira] [Updated] (OFBIZ-9754) Required field indicator (*) is missing from create web site parties.

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9754:
-
Attachment: OFBIZ-9754.patch

Attaching a patch for the task.

> Required field indicator (*) is missing from create web site parties.
> -
>
> Key: OFBIZ-9754
> URL: https://issues.apache.org/jira/browse/OFBIZ-9754
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9754.patch
>
>
> 1. Go to content -> websites
> 2. Find websites and select a website from the list.
> 3. Required field indicator for party id is missing from create web site 
> parties,
> direct link,



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


[jira] [Updated] (OFBIZ-9754) Required field indicator (*) is missing from create web site parties.

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9754:
-
Description: 
1. Go to content -> websites
2. Find websites and select a website from the list.
3. Required field indicator for party id is missing from create web site 
parties,
direct link,

  was:
1. Go to content -> websites
2. Find websites and select a website from the list.
3. Required field indicator for party id is missing from create web site 
parties,
direct link,
https://localhost:8443/content/control/createWebSiteRole


> Required field indicator (*) is missing from create web site parties.
> -
>
> Key: OFBIZ-9754
> URL: https://issues.apache.org/jira/browse/OFBIZ-9754
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> 1. Go to content -> websites
> 2. Find websites and select a website from the list.
> 3. Required field indicator for party id is missing from create web site 
> parties,
> direct link,



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


[jira] [Created] (OFBIZ-9754) Required field indicator (*) is missing from create web site parties.

2017-09-23 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9754:


 Summary: Required field indicator (*) is missing from create web 
site parties.
 Key: OFBIZ-9754
 URL: https://issues.apache.org/jira/browse/OFBIZ-9754
 Project: OFBiz
  Issue Type: Sub-task
  Components: content
Reporter: Rohit Rai
Assignee: Rohit Rai


1. Go to content -> websites
2. Find websites and select a website from the list.
3. Required field indicator for party id is missing from create web site 
parties,
direct link,
https://localhost:8443/content/control/createWebSiteRole



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


[jira] [Commented] (OFBIZ-9749) Required field indicator (*) is missing from the required field on add content role.

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9749:
--

Thanks, Jacques! :)

> Required field indicator (*) is missing from the required field on add 
> content role.
> 
>
> Key: OFBIZ-9749
> URL: https://issues.apache.org/jira/browse/OFBIZ-9749
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: content
>Reporter: Rohit Rai
>Assignee: Jacques Le Roux
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-9749.patch
>
>
> 1. Go to Content.
> 2. Find Content, select a content from the list.
> 3. Click on roles from the submenu
> Content Id, Role Type Id and party Id are required fields, required field 
> indicator is missing from the UI. createContentRole service throws an error 
> if the fields are missing.
> Here is the link to the form,
> https://demo-trunk.ofbiz.apache.org/content/control/addContentRole



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


[jira] [Updated] (OFBIZ-9749) Required field indicator (*) is missing from the required field on add content role.

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9749:
-
Attachment: OFBIZ-9749.patch

Attaching a patch for the task.

> Required field indicator (*) is missing from the required field on add 
> content role.
> 
>
> Key: OFBIZ-9749
> URL: https://issues.apache.org/jira/browse/OFBIZ-9749
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9749.patch
>
>
> 1. Go to Content.
> 2. Find Content, select a content from the list.
> 3. Click on roles from the submenu
> Content Id, Role Type Id and party Id are required fields, required field 
> indicator is missing from the UI. createContentRole service throws an error 
> if the fields are missing.
> Here is the link to the form,
> https://demo-trunk.ofbiz.apache.org/content/control/addContentRole



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


[jira] [Created] (OFBIZ-9749) Required field indicator (*) is missing from the required field on add content role.

2017-09-23 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9749:


 Summary: Required field indicator (*) is missing from the required 
field on add content role.
 Key: OFBIZ-9749
 URL: https://issues.apache.org/jira/browse/OFBIZ-9749
 Project: OFBiz
  Issue Type: Bug
  Components: content
Reporter: Rohit Rai
Assignee: Rohit Rai


1. Go to Content.
2. Find Content, select a content from the list.
3. Click on roles from the submenu
Content Id, Role Type Id and party Id are required fields, required field 
indicator is missing from the UI. createContentRole service throws an error if 
the fields are missing.

Here is the link to the form,
https://demo-trunk.ofbiz.apache.org/content/control/addContentRole



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


[jira] [Updated] (OFBIZ-9748) Required field indicator (*) is missing on the Add an association section

2017-09-23 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9748:
-
Attachment: OFBIZ-9748.patch

Attaching a patch.

> Required field indicator (*) is missing on the Add an association section
> -
>
> Key: OFBIZ-9748
> URL: https://issues.apache.org/jira/browse/OFBIZ-9748
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9748.patch
>
>
> 1. Go to, Content.
> 2. Find contents using the find form and select any content from the list./
> 3. Click on the submenu "Association"
> 4. ContentIdTo and ContentAssocTypeId are required field in add association 
> form, the indicator is missing from the UI.
> Link to the form,
> https://demo-trunk.ofbiz.apache.org/content/control/createContentAssoc



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


[jira] [Created] (OFBIZ-9748) Required field indicator (*) is missing on the Add an association section

2017-09-23 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9748:


 Summary: Required field indicator (*) is missing on the Add an 
association section
 Key: OFBIZ-9748
 URL: https://issues.apache.org/jira/browse/OFBIZ-9748
 Project: OFBiz
  Issue Type: Bug
Reporter: Rohit Rai
Assignee: Rohit Rai


1. Go to, Content.
2. Find contents using the find form and select any content from the list./
3. Click on the submenu "Association"
4. ContentIdTo and ContentAssocTypeId are required field in add association 
form, the indicator is missing from the UI.

Link to the form,
https://demo-trunk.ofbiz.apache.org/content/control/createContentAssoc



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


[jira] [Created] (OFBIZ-9746) updateContentAssoc does not return success/error message to the UI.

2017-09-22 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9746:


 Summary: updateContentAssoc does not return success/error message 
to the UI.
 Key: OFBIZ-9746
 URL: https://issues.apache.org/jira/browse/OFBIZ-9746
 Project: OFBiz
  Issue Type: Bug
  Components: content
Reporter: Rohit Rai


1. Go to, Content.
2. Find contents using the find form and select any content from the list./
3. Click on the submenu "Association"
4. In the Edit content association section, select a through date and click on 
update

The date gets updated but the user is not presented with the success message on 
the UI.
Here is the link to the form,
https://demo-trunk.ofbiz.apache.org/content/control/updateContentAssoc



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


[jira] [Assigned] (OFBIZ-9746) updateContentAssoc does not return success/error message to the UI.

2017-09-22 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9746:


Assignee: Rohit Rai

> updateContentAssoc does not return success/error message to the UI.
> ---
>
> Key: OFBIZ-9746
> URL: https://issues.apache.org/jira/browse/OFBIZ-9746
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> 1. Go to, Content.
> 2. Find contents using the find form and select any content from the list./
> 3. Click on the submenu "Association"
> 4. In the Edit content association section, select a through date and click 
> on update
> The date gets updated but the user is not presented with the success message 
> on the UI.
> Here is the link to the form,
> https://demo-trunk.ofbiz.apache.org/content/control/updateContentAssoc



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


[jira] [Assigned] (OFBIZ-9743) updateContent service does not return an error/success message

2017-09-22 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9743:


Assignee: Rohit Rai

> updateContent service does not return an error/success message 
> ---
>
> Key: OFBIZ-9743
> URL: https://issues.apache.org/jira/browse/OFBIZ-9743
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> 1. Go to Content,
> 2. Click on Find in the search options to get a list of all the contents in 
> the system.
> 3. Select a content from the list of content.
> 4. Edit Content form should get opened.
> 5. Click on update, the user is not presented with success or error message 
> on the screen.
> Although, the service works and the content gets updated.
> Here is a link to the issue,
> https://demo-trunk.ofbiz.apache.org/content/control/editContent?contentId=TEMPLATE_MASTER



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


[jira] [Created] (OFBIZ-9743) updateContent service does not return an error/success message

2017-09-22 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9743:


 Summary: updateContent service does not return an error/success 
message 
 Key: OFBIZ-9743
 URL: https://issues.apache.org/jira/browse/OFBIZ-9743
 Project: OFBiz
  Issue Type: Bug
  Components: content
Reporter: Rohit Rai


1. Go to Content,
2. Click on Find in the search options to get a list of all the contents in the 
system.
3. Select a content from the list of content.
4. Edit Content form should get opened.
5. Click on update, the user is not presented with success or error message on 
the screen.
Although, the service works and the content gets updated.

Here is a link to the issue,
https://demo-trunk.ofbiz.apache.org/content/control/editContent?contentId=TEMPLATE_MASTER



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


[jira] [Updated] (OFBIZ-9741) Required field indicator (*) is missing from the required field on create website content form

2017-09-22 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9741:
-
Attachment: OFBIZ-9741.patch

Attaching a patch for the task.

> Required field indicator (*) is missing from the required field on create 
> website content form
> --
>
> Key: OFBIZ-9741
> URL: https://issues.apache.org/jira/browse/OFBIZ-9741
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9741.patch
>
>
> 1. Go to Content -> WebSites
> 2. Select a website from the list of sites.
> 3. click on content from the submenu, it will lead you to follow link
> https://demo-trunk.ofbiz.apache.org/content/control/ListWebSiteContent?webSiteId=WebStorePos
> 4. Content Id is a required parameter for the service, a required field 
> indicator must be placed on the form.



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


[jira] [Assigned] (OFBIZ-9741) Required field indicator (*) is missing from the required field on create website content form

2017-09-22 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9741:


Assignee: Rohit Rai

> Required field indicator (*) is missing from the required field on create 
> website content form
> --
>
> Key: OFBIZ-9741
> URL: https://issues.apache.org/jira/browse/OFBIZ-9741
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> 1. Go to Content -> WebSites
> 2. Select a website from the list of sites.
> 3. click on content from the submenu, it will lead you to follow link
> https://demo-trunk.ofbiz.apache.org/content/control/ListWebSiteContent?webSiteId=WebStorePos
> 4. Content Id is a required parameter for the service, a required field 
> indicator must be placed on the form.



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


[jira] [Created] (OFBIZ-9741) Required field indicator (*) is missing from the required field on create website content form

2017-09-22 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9741:


 Summary: Required field indicator (*) is missing from the required 
field on create website content form
 Key: OFBIZ-9741
 URL: https://issues.apache.org/jira/browse/OFBIZ-9741
 Project: OFBiz
  Issue Type: Bug
  Components: content
Reporter: Rohit Rai


1. Go to Content -> WebSites
2. Select a website from the list of sites.
3. click on content from the submenu, it will lead you to follow link
https://demo-trunk.ofbiz.apache.org/content/control/ListWebSiteContent?webSiteId=WebStorePos
4. Content Id is a required parameter for the service, a required field 
indicator must be placed on the form.



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


[jira] [Updated] (OFBIZ-9739) Required field indicator (*) is missing from the required field on create website form

2017-09-22 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9739:
-
Attachment: OFBIZ-9739.patch

Attaching the patch for the task.

> Required field indicator (*) is missing from the required field on create 
> website form
> --
>
> Key: OFBIZ-9739
> URL: https://issues.apache.org/jira/browse/OFBIZ-9739
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9739.patch
>
>
> Go to,
> Content -> Create Website
> Here is the link to the form,
> https://demo-trunk.ofbiz.apache.org/content/control/createWebSite
> Web Site Id and Site Name are the required fields in the form, no required 
> field indicator is present, the createWebSite service throws an error if the 
> required fields are not found.



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


[jira] [Assigned] (OFBIZ-9739) Required field indicator (*) is missing from the required field on create website form

2017-09-22 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9739:


Assignee: Rohit Rai

> Required field indicator (*) is missing from the required field on create 
> website form
> --
>
> Key: OFBIZ-9739
> URL: https://issues.apache.org/jira/browse/OFBIZ-9739
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> Go to,
> Content -> Create Website
> Here is the link to the form,
> https://demo-trunk.ofbiz.apache.org/content/control/createWebSite
> Web Site Id and Site Name are the required fields in the form, no required 
> field indicator is present, the createWebSite service throws an error if the 
> required fields are not found.



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


[jira] [Created] (OFBIZ-9739) Required field indicator (*) is missing from the required field on create website form

2017-09-22 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9739:


 Summary: Required field indicator (*) is missing from the required 
field on create website form
 Key: OFBIZ-9739
 URL: https://issues.apache.org/jira/browse/OFBIZ-9739
 Project: OFBiz
  Issue Type: Bug
  Components: content
Reporter: Rohit Rai


Go to,
Content -> Create Website
Here is the link to the form,
https://demo-trunk.ofbiz.apache.org/content/control/createWebSite

Web Site Id and Site Name are the required fields in the form, no required 
field indicator is present, the createWebSite service throws an error if the 
required fields are not found.



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


[jira] [Updated] (OFBIZ-9641) Review and Improve the documentation links

2017-09-07 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9641:
-
Summary: Review and Improve the documentation links  (was: Review and 
Improve the dcoumentation links)

> Review and Improve the documentation links
> --
>
> Key: OFBIZ-9641
> URL: https://issues.apache.org/jira/browse/OFBIZ-9641
> Project: OFBiz
>  Issue Type: Improvement
>  Components: ALL COMPONENTS
>Reporter: Renuka Srishti
>Assignee: Renuka Srishti
>Priority: Minor
>  Labels: documentation
>
> As per the discussion in [http://markmail.org/message/ub4vkkb3rw3pccst]
> Need to review link of all the documents cover in
> [https://cwiki.apache.org/confluence/display/OFBIZ/Documentation#Documentation-ConfigurationDocuments]
> We need to check all document links and if there any problem, need to fix 
> them.



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


[jira] [Closed] (OFBIZ-9645) Dates section of products screen needs improvement

2017-09-04 Thread Rohit Rai (JIRA)

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

Rohit Rai closed OFBIZ-9645.

Resolution: Fixed

Closing as fixed.


> Dates section of products screen needs improvement
> --
>
> Key: OFBIZ-9645
> URL: https://issues.apache.org/jira/browse/OFBIZ-9645
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Jagpreet Kaur
>Assignee: Rohit Rai
> Attachments: Image 002.png
>
>
> Steps to regenerate:
> - Go to catalog component 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/main].
> - Click on the Products link in sub menu 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/FindProduct].
> - Click on 'Find Product'.
> - Click on 'Product Id' of any product from search results. View/ Edit 
> product screen is displayed 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/EditProduct?productId=WG-9943].
> - Expand the 'Dates' section.
> #Issues
> - UI/UX needs improvements.
> - Date selection from the calendar (introduction, release date of product) 
> doesn't work.



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


[jira] [Closed] (OFBIZ-9666) Unable to select value from Auto-Completer

2017-08-31 Thread Rohit Rai (JIRA)

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

Rohit Rai closed OFBIZ-9666.


> Unable to select value from Auto-Completer
> --
>
> Key: OFBIZ-9666
> URL: https://issues.apache.org/jira/browse/OFBIZ-9666
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> *Steps to regenerate the issue*,
> 1. Go to Order component -> Order Return
> Direct link to Order Return in Order component,
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
> 2. Navigate to "Customer" field in the Sales Order section.
> 3. Type any character in the customer field and try to select a customer from 
> the auto completer.
> The auto complete disappears as you try to select a value from it.



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


[jira] [Resolved] (OFBIZ-9666) Unable to select value from Auto-Completer

2017-08-31 Thread Rohit Rai (JIRA)

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

Rohit Rai resolved OFBIZ-9666.
--
Resolution: Fixed

The issue was fixed.

> Unable to select value from Auto-Completer
> --
>
> Key: OFBIZ-9666
> URL: https://issues.apache.org/jira/browse/OFBIZ-9666
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> *Steps to regenerate the issue*,
> 1. Go to Order component -> Order Return
> Direct link to Order Return in Order component,
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
> 2. Navigate to "Customer" field in the Sales Order section.
> 3. Type any character in the customer field and try to select a customer from 
> the auto completer.
> The auto complete disappears as you try to select a value from it.



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


[jira] [Issue Comment Deleted] (OFBIZ-9666) Unable to select value from Auto-Completer

2017-08-31 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9666:
-
Comment: was deleted

(was: The issue was fixed.)

> Unable to select value from Auto-Completer
> --
>
> Key: OFBIZ-9666
> URL: https://issues.apache.org/jira/browse/OFBIZ-9666
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> *Steps to regenerate the issue*,
> 1. Go to Order component -> Order Return
> Direct link to Order Return in Order component,
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
> 2. Navigate to "Customer" field in the Sales Order section.
> 3. Type any character in the customer field and try to select a customer from 
> the auto completer.
> The auto complete disappears as you try to select a value from it.



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


[jira] [Commented] (OFBIZ-9666) Unable to select value from Auto-Completer

2017-08-31 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9666:
--

Hi Nicolas,

Yes, this is working now. Closing the ticket. Thanks.

> Unable to select value from Auto-Completer
> --
>
> Key: OFBIZ-9666
> URL: https://issues.apache.org/jira/browse/OFBIZ-9666
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> *Steps to regenerate the issue*,
> 1. Go to Order component -> Order Return
> Direct link to Order Return in Order component,
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
> 2. Navigate to "Customer" field in the Sales Order section.
> 3. Type any character in the customer field and try to select a customer from 
> the auto completer.
> The auto complete disappears as you try to select a value from it.



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


[jira] [Commented] (OFBIZ-9668) Date selection not working for "Create WebSite Parties" on EditWebSite screen.

2017-08-31 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9668:
--

Hi Nicolas,

The date selection is working now, the issue seems to be fixed. 

> Date selection not working for "Create WebSite Parties" on EditWebSite screen.
> --
>
> Key: OFBIZ-9668
> URL: https://issues.apache.org/jira/browse/OFBIZ-9668
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>Assignee: Nicolas Malin
>
> 1. Go to Content.
> 2. Click on WebSite from the sub menu.
> 3. Click on a website from the list.
> 4. Click on Parties from the sub menu.
> The date selection for thru date and from date in Edit Website Parties form 
> does not work.
> The following link will directly lead you to the issue,
> https://demo-trunk.ofbiz.apache.org/content/control/EditWebSiteParties?webSiteId=WebStorePos
>  



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


[jira] [Commented] (OFBIZ-9667) Date selection on the EditFacilityGroups does not work.

2017-08-31 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9667:
--

Hi Nicolas,

I just checked the date selection is working now.

> Date selection on the EditFacilityGroups does not work.
> ---
>
> Key: OFBIZ-9667
> URL: https://issues.apache.org/jira/browse/OFBIZ-9667
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Rohit Rai
>Assignee: Nicolas Malin
>
> 1. Go to Facility
> 2. Select a Facility Id from the drop down in Facility Selection section and 
> click on submit.
> 3.  Click on the Group sub menu.
> The date selection in Add Facility Group Member is not working.
> The following link will lead you to the issue,
> [https://demo-trunk.ofbiz.apache.org/facility/control/EditFacilityGroups?facilityId=WebStoreWarehouse]



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


[jira] [Commented] (OFBIZ-9645) Dates section of products screen needs improvement

2017-08-31 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9645:
--

While exploring around the issue I checked it at 
[https://demo-stable.ofbiz.apache.org/catalog/control/EditProduct?productId=WG-9943#]
It works here.

> Dates section of products screen needs improvement
> --
>
> Key: OFBIZ-9645
> URL: https://issues.apache.org/jira/browse/OFBIZ-9645
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Jagpreet Kaur
>Assignee: Rohit Rai
> Attachments: Image 002.png
>
>
> Steps to regenerate:
> - Go to catalog component 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/main].
> - Click on the Products link in sub menu 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/FindProduct].
> - Click on 'Find Product'.
> - Click on 'Product Id' of any product from search results. View/ Edit 
> product screen is displayed 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/EditProduct?productId=WG-9943].
> - Expand the 'Dates' section.
> #Issues
> - UI/UX needs improvements.
> - Date selection from the calendar (introduction, release date of product) 
> doesn't work.



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


[jira] [Commented] (OFBIZ-7145) Renew OFBiz Tutorial

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-7145:
--

Loved it. Great work [~pandeypranay] and [~swapnilmmane].

> Renew OFBiz Tutorial 
> -
>
> Key: OFBIZ-7145
> URL: https://issues.apache.org/jira/browse/OFBIZ-7145
> Project: OFBiz
>  Issue Type: Task
>  Components: Confluence
>Reporter: Pranay Pandey
>Assignee: Swapnil M Mane
>
> The plan is to go through existing OFBiz tutorial and renew it. I am thinking 
> of starting up from scratch instead of making any edits to the existing one. 
> The new version will be available to everyone for review anytime. 
> High level plan-
> # Making it short, easy to understand and to follow. 
> # Divide into multiple child documents based on complexity level. Basically a 
> trail of tutorials for developers, where one can feel confident to start 
> using the framework for building custom solutions.
> # Gather all existing developer tutorials at one place.
> # Followed by a series of video tutorials to make it a handy reference for 
> those developers who like learning things from videos.
> # Will be following the latest OFBiz release i.e. 15.12
> Any ideas are welcome, please put your ideas for improvement as a comment on 
> this ticket. You can also put anything on your wishlist that you wanted to 
> see in OFBiz tutorial.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Typo_Content.patch

Hi Deepak,
While testing this I stumbled upon a typo in the previous patch. I am uploading 
the correct patch. Sorry for the inconvenience.

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607-CommonExt.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Ebay_Store.patch, OFBIZ-9607_Ecommerce.patch, 
> OFBIZ-9607_Example.patch, OFBIZ-9607_Framework.patch, 
> OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_Themes.patch, OFBIZ-9607_Typo_Content.patch, 
> OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Reopened] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai reopened OFBIZ-9607:
--
  Assignee: Rohit Rai  (was: Deepak Dixit)

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Fix For: Upcoming Release
>
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607-CommonExt.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Ebay_Store.patch, OFBIZ-9607_Ecommerce.patch, 
> OFBIZ-9607_Example.patch, OFBIZ-9607_Framework.patch, 
> OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_Themes.patch, OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9669) Error on clicking MyCommunicationEvents

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9669:
-
Attachment: (was: OFBIZ-9669.patch)

> Error on clicking MyCommunicationEvents
> ---
>
> Key: OFBIZ-9669
> URL: https://issues.apache.org/jira/browse/OFBIZ-9669
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> Go to Party -> My Communications
> {code:java}
> E| XmlFileLoader: File 
> file:/home/rohit/sandbox/trunk/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
>  process fatal error. Line: 582. Error message: The value of attribute 
> "from-field" associated with an element type "set" must not contain the '<' 
> character.
> 2017-08-30 19:59:03,047 |jsse-nio-8443-exec-3 |ControlServlet
> |E| Error in request handler: 
> org.xml.sax.SAXParseException: The value of attribute "from-field" associated 
> with an element type "set" must not contain the '<' character.
> at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) 
> ~[xercesImpl-2.9.1.jar:?]
> at 
> org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:562) 
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:400) 
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.model.ScreenFactory.getScreensFromLocation(ScreenFactory.java:121)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.model.ScreenFactory.getScreenFromLocation(ScreenFactory.java:100)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:113)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:99)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:122)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:646)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:212) 
> [ofbiz.jar:?]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) 
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
> [javax.servle
> {code}



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


[jira] [Comment Edited] (OFBIZ-9669) Error on clicking MyCommunicationEvents

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai edited comment on OFBIZ-9669 at 8/30/17 2:33 PM:
---

Attaching a patch to fix.


was (Author: rohit.rai):
Attached a patch for the issue.

> Error on clicking MyCommunicationEvents
> ---
>
> Key: OFBIZ-9669
> URL: https://issues.apache.org/jira/browse/OFBIZ-9669
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9669.patch
>
>
> Go to Party -> My Communications
> {code:java}
> E| XmlFileLoader: File 
> file:/home/rohit/sandbox/trunk/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
>  process fatal error. Line: 582. Error message: The value of attribute 
> "from-field" associated with an element type "set" must not contain the '<' 
> character.
> 2017-08-30 19:59:03,047 |jsse-nio-8443-exec-3 |ControlServlet
> |E| Error in request handler: 
> org.xml.sax.SAXParseException: The value of attribute "from-field" associated 
> with an element type "set" must not contain the '<' character.
> at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) 
> ~[xercesImpl-2.9.1.jar:?]
> at 
> org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:562) 
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:400) 
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.model.ScreenFactory.getScreensFromLocation(ScreenFactory.java:121)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.model.ScreenFactory.getScreenFromLocation(ScreenFactory.java:100)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:113)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:99)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:122)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:646)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:212) 
> [ofbiz.jar:?]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) 
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
> [javax.servle
> {code}



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


[jira] [Updated] (OFBIZ-9669) Error on clicking MyCommunicationEvents

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9669:
-
Attachment: OFBIZ-9669.patch

Attached a patch for the issue.

> Error on clicking MyCommunicationEvents
> ---
>
> Key: OFBIZ-9669
> URL: https://issues.apache.org/jira/browse/OFBIZ-9669
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Rohit Rai
>Assignee: Rohit Rai
> Attachments: OFBIZ-9669.patch
>
>
> Go to Party -> My Communications
> {code:java}
> E| XmlFileLoader: File 
> file:/home/rohit/sandbox/trunk/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
>  process fatal error. Line: 582. Error message: The value of attribute 
> "from-field" associated with an element type "set" must not contain the '<' 
> character.
> 2017-08-30 19:59:03,047 |jsse-nio-8443-exec-3 |ControlServlet
> |E| Error in request handler: 
> org.xml.sax.SAXParseException: The value of attribute "from-field" associated 
> with an element type "set" must not contain the '<' character.
> at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) 
> ~[xercesImpl-2.9.1.jar:?]
> at 
> org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:562) 
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:400) 
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.model.ScreenFactory.getScreensFromLocation(ScreenFactory.java:121)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.model.ScreenFactory.getScreenFromLocation(ScreenFactory.java:100)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:113)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:99)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:122)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:646)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:212) 
> [ofbiz.jar:?]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) 
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
> [javax.servle
> {code}



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


[jira] [Assigned] (OFBIZ-9669) Error on clicking MyCommunicationEvents

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9669:


Assignee: Rohit Rai

> Error on clicking MyCommunicationEvents
> ---
>
> Key: OFBIZ-9669
> URL: https://issues.apache.org/jira/browse/OFBIZ-9669
> Project: OFBiz
>  Issue Type: Bug
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> Go to Party -> My Communications
> {code:java}
> E| XmlFileLoader: File 
> file:/home/rohit/sandbox/trunk/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
>  process fatal error. Line: 582. Error message: The value of attribute 
> "from-field" associated with an element type "set" must not contain the '<' 
> character.
> 2017-08-30 19:59:03,047 |jsse-nio-8443-exec-3 |ControlServlet
> |E| Error in request handler: 
> org.xml.sax.SAXParseException: The value of attribute "from-field" associated 
> with an element type "set" must not contain the '<' character.
> at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) 
> ~[xercesImpl-2.9.1.jar:?]
> at 
> org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:562) 
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:400) 
> ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.model.ScreenFactory.getScreensFromLocation(ScreenFactory.java:121)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.model.ScreenFactory.getScreenFromLocation(ScreenFactory.java:100)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:113)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:99)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:122)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:646)
>  ~[ofbiz.jar:?]
> at 
> org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:212) 
> [ofbiz.jar:?]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) 
> [javax.servlet-api-3.1.0.jar:3.1.0]
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
> [javax.servle
> {code}



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


[jira] [Created] (OFBIZ-9669) Error on clicking MyCommunicationEvents

2017-08-30 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9669:


 Summary: Error on clicking MyCommunicationEvents
 Key: OFBIZ-9669
 URL: https://issues.apache.org/jira/browse/OFBIZ-9669
 Project: OFBiz
  Issue Type: Bug
Reporter: Rohit Rai


Go to Party -> My Communications

{code:java}
E| XmlFileLoader: File 
file:/home/rohit/sandbox/trunk/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
 process fatal error. Line: 582. Error message: The value of attribute 
"from-field" associated with an element type "set" must not contain the '<' 
character.
2017-08-30 19:59:03,047 |jsse-nio-8443-exec-3 |ControlServlet
|E| Error in request handler: 
org.xml.sax.SAXParseException: The value of attribute "from-field" associated 
with an element type "set" must not contain the '<' character.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source) 
~[xercesImpl-2.9.1.jar:?]
at org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:562) 
~[ofbiz.jar:?]
at org.apache.ofbiz.base.util.UtilXml.readXmlDocument(UtilXml.java:400) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ScreenFactory.getScreensFromLocation(ScreenFactory.java:121)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.model.ScreenFactory.getScreenFromLocation(ScreenFactory.java:100)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:113) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:99) 
~[ofbiz.jar:?]
at 
org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:122)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:985)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:646)
 ~[ofbiz.jar:?]
at 
org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:212) 
[ofbiz.jar:?]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) 
[javax.servlet-api-3.1.0.jar:3.1.0]
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) 
[javax.servle
{code}




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


[jira] [Commented] (OFBIZ-9668) Date selection not working for "Create WebSite Parties" on EditWebSite screen.

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9668:
--

Linked the date selection related issues.

> Date selection not working for "Create WebSite Parties" on EditWebSite screen.
> --
>
> Key: OFBIZ-9668
> URL: https://issues.apache.org/jira/browse/OFBIZ-9668
> Project: OFBiz
>  Issue Type: Bug
>  Components: content
>Reporter: Rohit Rai
>
> 1. Go to Content.
> 2. Click on WebSite from the sub menu.
> 3. Click on a website from the list.
> 4. Click on Parties from the sub menu.
> The date selection for thru date and from date in Edit Website Parties form 
> does not work.
> The following link will directly lead you to the issue,
> https://demo-trunk.ofbiz.apache.org/content/control/EditWebSiteParties?webSiteId=WebStorePos
>  



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


[jira] [Created] (OFBIZ-9667) Date selection on the EditFacilityGroups does not work.

2017-08-30 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9667:


 Summary: Date selection on the EditFacilityGroups does not work.
 Key: OFBIZ-9667
 URL: https://issues.apache.org/jira/browse/OFBIZ-9667
 Project: OFBiz
  Issue Type: Bug
Reporter: Rohit Rai


1. Go to Facility
2. Select a Facility Id from the drop down in Facility Selection section and 
click on submit.
3.  Click on the Group sub menu.
The date selection in Add Facility Group Member is not working.

The following link will lead you to the issue,
[https://demo-trunk.ofbiz.apache.org/facility/control/EditFacilityGroups?facilityId=WebStoreWarehouse]



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


[jira] [Commented] (OFBIZ-9657) Unable to select Values from Auto-Completer

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9657:
--

Linked the related issues.

> Unable to select Values from Auto-Completer
> ---
>
> Key: OFBIZ-9657
> URL: https://issues.apache.org/jira/browse/OFBIZ-9657
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Parakh Maheshwari
>Assignee: Jacques Le Roux
>Priority: Minor
>
> *Steps to regenerate:*
> 1.Open URL [https://demo-trunk.ofbiz.apache.org/webtools/control/main]
> 2.Navigate to Order Component.
> 3.In Order Manager, Click on returns.
> 4.Click on Create New Return.
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/returnMain]
> 5.Navigate to *To Party Id* field in Create Return Form.
> 6.Type any character or word in the field and try to select any party from 
> auto-completer.
> *Issue*: unable to select any Party from auto-completer on mouse click or 
> Enter key (on hover,auto-completer results are disappeared.) 
> *Note*:I have seen this kind of issue on various places.
> Here are some links for reference:
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/FindRequirements]
> [https://demo-trunk.ofbiz.apache.org/facility/control/EditFacilityGroupRoles?]
> [https://demo-trunk.ofbiz.apache.org/workeffort/control/FindWorkEffort]



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


[jira] [Assigned] (OFBIZ-9666) Unable to select value from Auto-Completer

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9666:


Assignee: Rohit Rai

> Unable to select value from Auto-Completer
> --
>
> Key: OFBIZ-9666
> URL: https://issues.apache.org/jira/browse/OFBIZ-9666
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Rohit Rai
>Assignee: Rohit Rai
>
> *Steps to regenerate the issue*,
> 1. Go to Order component -> Order Return
> Direct link to Order Return in Order component,
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
> 2. Navigate to "Customer" field in the Sales Order section.
> 3. Type any character in the customer field and try to select a customer from 
> the auto completer.
> The auto complete disappears as you try to select a value from it.



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


[jira] [Updated] (OFBIZ-9666) Unable to select value from Auto-Completer

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9666:
-
Description: 
*Steps to regenerate the issue*,
1. Go to Order component -> Order Return
Direct link to Order Return in Order component,
[https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
2. Navigate to "Customer" field in the Sales Order section.
3. Type any character in the customer field and try to select a customer from 
the auto completer.
The auto complete disappears as you try to select a value from it.

  was:
*Steps to regenerate the issue*,
1. Go to Order component -> Order Return
Direct link to Order Return in Order component,
[https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
2. Navigate to "Customer" field in the Sales Order section.
3. Type any character in the customer field and try to select a customer from 
the auto complete.
The auto complete disappears as you try to select a value from it.


> Unable to select value from Auto-Completer
> --
>
> Key: OFBIZ-9666
> URL: https://issues.apache.org/jira/browse/OFBIZ-9666
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Reporter: Rohit Rai
>
> *Steps to regenerate the issue*,
> 1. Go to Order component -> Order Return
> Direct link to Order Return in Order component,
> [https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
> 2. Navigate to "Customer" field in the Sales Order section.
> 3. Type any character in the customer field and try to select a customer from 
> the auto completer.
> The auto complete disappears as you try to select a value from it.



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


[jira] [Created] (OFBIZ-9666) Unable to select value from Auto-Completer

2017-08-30 Thread Rohit Rai (JIRA)
Rohit Rai created OFBIZ-9666:


 Summary: Unable to select value from Auto-Completer
 Key: OFBIZ-9666
 URL: https://issues.apache.org/jira/browse/OFBIZ-9666
 Project: OFBiz
  Issue Type: Bug
  Components: order
Reporter: Rohit Rai


*Steps to regenerate the issue*,
1. Go to Order component -> Order Return
Direct link to Order Return in Order component,
[https://demo-trunk.ofbiz.apache.org/ordermgr/control/orderentry]
2. Navigate to "Customer" field in the Sales Order section.
3. Type any character in the customer field and try to select a customer from 
the auto complete.
The auto complete disappears as you try to select a value from it.



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


[jira] [Assigned] (OFBIZ-9540) UI inconsistency in "Current Status Id" dropdown of FindRouting screen.

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9540:


Assignee: (was: Rohit Rai)

> UI inconsistency in "Current Status Id" dropdown of FindRouting screen.
> ---
>
> Key: OFBIZ-9540
> URL: https://issues.apache.org/jira/browse/OFBIZ-9540
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: manufacturing
>Affects Versions: Trunk, Release Branch 16.11
>Reporter: Renuka Srishti
>Priority: Minor
>  Labels: routing
> Attachments: FindRouting.png, OFBIZ-9540.patch, WorkEffort.png
>
>
> 1. Click on Manufacturing component.
> 2. Here you can see one label "Routing". Click on it, you will redirect to 
> [https://demo-trunk.ofbiz.apache.org/manufacturing/control/FindRouting]
> 3. Select status from "Current Status Id" drop-down, where status with Remove 
> label will be shown, which is not consistent with the other forms.



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


[jira] [Assigned] (OFBIZ-9591) UI inconsistency in "Status Id" drop down on the FindRequest screen.

2017-08-30 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9591:


Assignee: (was: Rohit Rai)

> UI inconsistency in "Status Id" drop down on the FindRequest screen.
> 
>
> Key: OFBIZ-9591
> URL: https://issues.apache.org/jira/browse/OFBIZ-9591
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: order
>Affects Versions: Trunk
>Reporter: Rohit Rai
>Priority: Minor
> Attachments: FindRequest.png, OFBIZ-9591.patch, WorkEffort.png
>
>
> 1. Go to Order component -> Requests
> 2. Select a value from "Status Id" drop down
> The selected status with a remove label shall appear on the screen which is 
> not consistent with the other forms.
> The expected UI should look like the attached image, WorkEffort.png



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


[jira] [Commented] (OFBIZ-9645) Dates section of products screen needs improvement

2017-08-28 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9645:
--

Yes, definitely. It's not dependent on the theme, I can reproduce it locally 
with both the themes. It's quite weird though, does not work when I access it 
on demo trunk but  I can see it working in the screenshot.

> Dates section of products screen needs improvement
> --
>
> Key: OFBIZ-9645
> URL: https://issues.apache.org/jira/browse/OFBIZ-9645
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Jagpreet Kaur
>Assignee: Rohit Rai
> Attachments: Image 002.png
>
>
> Steps to regenerate:
> - Go to catalog component 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/main].
> - Click on the Products link in sub menu 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/FindProduct].
> - Click on 'Find Product'.
> - Click on 'Product Id' of any product from search results. View/ Edit 
> product screen is displayed 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/EditProduct?productId=WG-9943].
> - Expand the 'Dates' section.
> #Issues
> - UI/UX needs improvements.
> - Date selection from the calendar (introduction, release date of product) 
> doesn't work.



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


[jira] [Commented] (OFBIZ-9645) Dates section of products screen needs improvement

2017-08-28 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9645:
--

I was waiting for your confirmation before I actually start looking at the 
issue. Although, I can see a jQuery error on the browser console while 
selecting a date, which says "TypeError: Cannot read property 'toString' of 
null", I will look into it in more detail.


> Dates section of products screen needs improvement
> --
>
> Key: OFBIZ-9645
> URL: https://issues.apache.org/jira/browse/OFBIZ-9645
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Jagpreet Kaur
>Assignee: Rohit Rai
>
> Steps to regenerate:
> - Go to catalog component 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/main].
> - Click on the Products link in sub menu 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/FindProduct].
> - Click on 'Find Product'.
> - Click on 'Product Id' of any product from search results. View/ Edit 
> product screen is displayed 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/EditProduct?productId=WG-9943].
> - Expand the 'Dates' section.
> #Issues
> - UI/UX needs improvements.
> - Date selection from the calendar (introduction, release date of product) 
> doesn't work.



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


[jira] [Commented] (OFBIZ-9645) Dates section of products screen needs improvement

2017-08-28 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9645:
--

Hi Jacques,

Thanks for informing about the certificate issue. 
I checked this at 
[https://demo-trunk.ofbiz.apache.org/catalog/control/EditProduct?productId=WG-9943#]
 
But, the calendar does not seem to work. Is there something that I am missing?

> Dates section of products screen needs improvement
> --
>
> Key: OFBIZ-9645
> URL: https://issues.apache.org/jira/browse/OFBIZ-9645
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Jagpreet Kaur
>Assignee: Rohit Rai
>
> Steps to regenerate:
> - Go to catalog component 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/main].
> - Click on the Products link in sub menu 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/FindProduct].
> - Click on 'Find Product'.
> - Click on 'Product Id' of any product from search results. View/ Edit 
> product screen is displayed 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/EditProduct?productId=WG-9943].
> - Expand the 'Dates' section.
> #Issues
> - UI/UX needs improvements.
> - Date selection from the calendar (introduction, release date of product) 
> doesn't work.



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


[jira] [Commented] (OFBIZ-9650) Catalogue options are not displayed white creating an order

2017-08-28 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9650:
--

Hi Shivangi,

I am not able to regenerate the issue the Catalog drop down seems to work fine.

> Catalogue options are not displayed white creating an order
> ---
>
> Key: OFBIZ-9650
> URL: https://issues.apache.org/jira/browse/OFBIZ-9650
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Release Branch 16.11
>Reporter: Shivangi Tanwar
>Assignee: Rohit Rai
> Attachments: order-entry.png
>
>
> Steps to regenerate: 
> - Go to order component 
> [https://demo-stable.ofbiz.apache.org/ordermgr/control/main].
> - Click on the order entry sub menu 
> [https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry].
> - Fill required details and click continue.
> - Catalogue drop-down options are not getting displayed.



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


[jira] [Assigned] (OFBIZ-9650) Catalogue options are not displayed white creating an order

2017-08-28 Thread Rohit Rai (JIRA)

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

Rohit Rai reassigned OFBIZ-9650:


Assignee: Rohit Rai

> Catalogue options are not displayed white creating an order
> ---
>
> Key: OFBIZ-9650
> URL: https://issues.apache.org/jira/browse/OFBIZ-9650
> Project: OFBiz
>  Issue Type: Bug
>  Components: order
>Affects Versions: Release Branch 16.11
>Reporter: Shivangi Tanwar
>Assignee: Rohit Rai
> Attachments: order-entry.png
>
>
> Steps to regenerate: 
> - Go to order component 
> [https://demo-stable.ofbiz.apache.org/ordermgr/control/main].
> - Click on the order entry sub menu 
> [https://demo-stable.ofbiz.apache.org/ordermgr/control/orderentry].
> - Fill required details and click continue.
> - Catalogue drop-down options are not getting displayed.



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


[jira] [Commented] (OFBIZ-9645) Dates section of products screen needs improvement

2017-08-27 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9645:
--

Hi Jagpreet,

I had a look at the issue, the sales discontinuation through date and support 
through date doesn't seem to work either.

> Dates section of products screen needs improvement
> --
>
> Key: OFBIZ-9645
> URL: https://issues.apache.org/jira/browse/OFBIZ-9645
> Project: OFBiz
>  Issue Type: Bug
>  Components: product
>Reporter: Jagpreet Kaur
>Assignee: Rohit Rai
>
> Steps to regenerate:
> - Go to catalog component 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/main].
> - Click on the Products link in sub menu 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/FindProduct].
> - Click on 'Find Product'.
> - Click on 'Product Id' of any product from search results. View/ Edit 
> product screen is displayed 
> [https://demo-trunk-ofbiz.apache.org:8443/catalog/control/EditProduct?productId=WG-9943].
> - Expand the 'Dates' section.
> #Issues
> - UI/UX needs improvements.
> - Date selection from the calendar (introduction, release date of product) 
> doesn't work.



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


[jira] [Commented] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-9607:
--

Made a separate patch for each component, all the framework changes are in a 
separate patch and made a separate patch for each plugin. Please review the 
patch. Thanks!

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607-CommonExt.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Ebay_Store.patch, OFBIZ-9607_Ecommerce.patch, 
> OFBIZ-9607_Example.patch, OFBIZ-9607_Framework.patch, 
> OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_Themes.patch, OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Issue Comment Deleted] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Comment: was deleted

(was: Attaching a patch for the product component.)

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607-CommonExt.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Ebay_Store.patch, OFBIZ-9607_Ecommerce.patch, 
> OFBIZ-9607_Example.patch, OFBIZ-9607_Framework.patch, 
> OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_Themes.patch, OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Issue Comment Deleted] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Comment: was deleted

(was: Attaching a patch for the party component.)

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607-CommonExt.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Ebay_Store.patch, OFBIZ-9607_Ecommerce.patch, 
> OFBIZ-9607_Example.patch, OFBIZ-9607_Framework.patch, 
> OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_Themes.patch, OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Issue Comment Deleted] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Comment: was deleted

(was: Attaching a patch for content.)

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607-CommonExt.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Ebay_Store.patch, OFBIZ-9607_Ecommerce.patch, 
> OFBIZ-9607_Example.patch, OFBIZ-9607_Framework.patch, 
> OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_Themes.patch, OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Themes.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607-CommonExt.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Ebay_Store.patch, OFBIZ-9607_Ecommerce.patch, 
> OFBIZ-9607_Example.patch, OFBIZ-9607_Framework.patch, 
> OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_Themes.patch, OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607-CommonExt.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607-CommonExt.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Ebay_Store.patch, OFBIZ-9607_Ecommerce.patch, 
> OFBIZ-9607_Example.patch, OFBIZ-9607_Framework.patch, 
> OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_Themes.patch, OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_ProjectMgr.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607_Content.patch, OFBIZ-9607_Ebay_Store.patch, 
> OFBIZ-9607_Ecommerce.patch, OFBIZ-9607_Example.patch, 
> OFBIZ-9607_Framework.patch, OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_WebPos.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607_Content.patch, OFBIZ-9607_Ebay_Store.patch, 
> OFBIZ-9607_Ecommerce.patch, OFBIZ-9607_Example.patch, 
> OFBIZ-9607_Framework.patch, OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Scrum.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607_Content.patch, OFBIZ-9607_Ebay_Store.patch, 
> OFBIZ-9607_Ecommerce.patch, OFBIZ-9607_Example.patch, 
> OFBIZ-9607_Framework.patch, OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Solr.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607_Content.patch, OFBIZ-9607_Ebay_Store.patch, 
> OFBIZ-9607_Ecommerce.patch, OFBIZ-9607_Example.patch, 
> OFBIZ-9607_Framework.patch, OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_ProjectMgr.patch, OFBIZ-9607_Scrum.patch, OFBIZ-9607_Solr.patch, 
> OFBIZ-9607_WebPos.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_PriCat.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607_Content.patch, OFBIZ-9607_Ebay_Store.patch, 
> OFBIZ-9607_Ecommerce.patch, OFBIZ-9607_Example.patch, 
> OFBIZ-9607_Framework.patch, OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_HHFacility.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, 
> OFBIZ-9607_AssetMaint.patch, OFBIZ-9607_BI.patch, OFBIZ-9607_BIRT.patch, 
> OFBIZ-9607_Content.patch, OFBIZ-9607_Ebay_Store.patch, 
> OFBIZ-9607_Ecommerce.patch, OFBIZ-9607_Example.patch, 
> OFBIZ-9607_Framework.patch, OFBIZ-9607_HHFacility.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_MyPortal.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_PriCat.patch, OFBIZ-9607_Product.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Framework.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Framework.patch, OFBIZ-9607_HR.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, OFBIZ-9607_Product.patch, 
> OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Workeffort.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_HR.patch, OFBIZ-9607_Manufacturing.patch, 
> OFBIZ-9607_Marketing.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_Product.patch, OFBIZ-9607_Workeffort.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_HR.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_HR.patch, OFBIZ-9607_Manufacturing.patch, 
> OFBIZ-9607_Marketing.patch, OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_Product.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Marketing.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Marketing.patch, 
> OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, OFBIZ-9607_Product.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Manufacturing.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Manufacturing.patch, OFBIZ-9607_Order.patch, 
> OFBIZ-9607_Party.patch, OFBIZ-9607_Product.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Content.patch

Attaching a patch for content.

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, OFBIZ-9607_Content.patch, 
> OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, OFBIZ-9607_Product.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Accounting.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Accounting.patch, OFBIZ-9607_Order.patch, 
> OFBIZ-9607_Party.patch, OFBIZ-9607_Product.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: (was: OFBIZ_Product.patch)

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_Product.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Product.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ-9607_Product.patch, OFBIZ_Product.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ_Product.patch

Attaching a patch for the product component.

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch, 
> OFBIZ_Product.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Party.patch

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: (was: OFBIZ-9607_Party.patch)

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Order.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Party.patch

Attaching a patch for the party component.

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Rohit Rai
> Attachments: OFBIZ-9607_Order.patch, OFBIZ-9607_Party.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Updated] (OFBIZ-9607) Use from-field pattern instead of value=${***} pattern in 'set' element

2017-08-26 Thread Rohit Rai (JIRA)

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

Rohit Rai updated OFBIZ-9607:
-
Attachment: OFBIZ-9607_Order.patch

The occurrences are scattered around various components. I will change the 
occurrences, and will provide patches component wise. 

Attaching the patch for the Order component.
 

> Use from-field pattern instead of value=${***} pattern in 'set' element
> ---
>
> Key: OFBIZ-9607
> URL: https://issues.apache.org/jira/browse/OFBIZ-9607
> Project: OFBiz
>  Issue Type: Improvement
>Reporter: Suraj Khurana
>Assignee: Suraj Khurana
> Attachments: OFBIZ-9607_Order.patch
>
>
> Currently, there are many occurrences in the code base where we use 
> value=${***} pattern to assign the value to some variable.
> Instead of this, we should use from-field for better performance.



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


[jira] [Closed] (OFBIZ-7439) Required field indicator (*) is missing on Project Manager -> My Task Screen

2017-08-25 Thread Rohit Rai (JIRA)

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

Rohit Rai closed OFBIZ-7439.

Resolution: Not A Problem

As per the discussions over the dev ML, we concluded that this is not a 
problem. Hence, closing it.

> Required field indicator (*) is missing on Project Manager -> My Task Screen
> 
>
> Key: OFBIZ-7439
> URL: https://issues.apache.org/jira/browse/OFBIZ-7439
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: projectmgr
>Affects Versions: Trunk
>Reporter: Deepak Nigam
>Assignee: Rohit Rai
>Priority: Trivial
>
> Required field indicator (*) is missing for field 'Parent Phase' on screen 
> Project Manager -> My Task Screen -> Add a new task to one of my projects .



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


[jira] [Commented] (OFBIZ-7439) Required field indicator (*) is missing on Project Manager -> My Task Screen

2017-08-25 Thread Rohit Rai (JIRA)

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

Rohit Rai commented on OFBIZ-7439:
--

Sure, Jacques. Thanks :)

> Required field indicator (*) is missing on Project Manager -> My Task Screen
> 
>
> Key: OFBIZ-7439
> URL: https://issues.apache.org/jira/browse/OFBIZ-7439
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: projectmgr
>Affects Versions: Trunk
>Reporter: Deepak Nigam
>Assignee: Rohit Rai
>Priority: Trivial
>
> Required field indicator (*) is missing for field 'Parent Phase' on screen 
> Project Manager -> My Task Screen -> Add a new task to one of my projects .



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


  1   2   >