[jira] [Updated] (OFBIZ-9316) Error displayed while adding WorkEffort Contact Mechs.

2017-12-28 Thread Deepak Dixit (JIRA)

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

Deepak Dixit updated OFBIZ-9316:

Fix Version/s: (was: Upcoming Release)

> Error displayed while adding WorkEffort Contact Mechs.
> --
>
> Key: OFBIZ-9316
> URL: https://issues.apache.org/jira/browse/OFBIZ-9316
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Jagpreet Kaur
>Assignee: Arun Patidar
> Fix For: 16.11.04
>
> Attachments: OFBIZ-9316.patch, screenshot-1.png
>
>
> 1) Go to workEffort component.
> 2) Navigate to Task List tab. 
> [https://localhost:8443/workeffort/control/mytasks]
> 3) Select any task from the list.
> 4) Navigate to Contact Mechs tab and try to add any contact mech id after 
> choosing from look up.
> 5) Error will be displayed on screen.



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


[jira] [Updated] (OFBIZ-9316) Error displayed while adding WorkEffort Contact Mechs.

2017-12-23 Thread Arun Patidar (JIRA)

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

Arun Patidar updated OFBIZ-9316:

Labels:   (was: backport-needed)

> Error displayed while adding WorkEffort Contact Mechs.
> --
>
> Key: OFBIZ-9316
> URL: https://issues.apache.org/jira/browse/OFBIZ-9316
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Jagpreet Kaur
>Assignee: Arun Patidar
> Fix For: Upcoming Release, 16.11.04
>
> Attachments: OFBIZ-9316.patch, screenshot-1.png
>
>
> 1) Go to workEffort component.
> 2) Navigate to Task List tab. 
> [https://localhost:8443/workeffort/control/mytasks]
> 3) Select any task from the list.
> 4) Navigate to Contact Mechs tab and try to add any contact mech id after 
> choosing from look up.
> 5) Error will be displayed on screen.



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


[jira] [Updated] (OFBIZ-9316) Error displayed while adding WorkEffort Contact Mechs.

2017-04-15 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur updated OFBIZ-9316:
-
Attachment: OFBIZ-9316.patch

Screen displays the error for required parameter contactMechTypeId is missing. 
When contactMechId is empty the service creates a new contact mech by 
createPartyContactMech where the contactMechTypeId is validated properly. 
Hence, made the service(createWorkEffortContactMech) parameter 
contactMechTypeId as optional true that was set to false in 
[OFBIZ-9097|https://issues.apache.org/jira/browse/OFBIZ-9097].

> Error displayed while adding WorkEffort Contact Mechs.
> --
>
> Key: OFBIZ-9316
> URL: https://issues.apache.org/jira/browse/OFBIZ-9316
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Jagpreet Kaur
> Attachments: OFBIZ-9316.patch, screenshot-1.png
>
>
> 1) Go to workEffort component.
> 2) Navigate to Task List tab. 
> [https://localhost:8443/workeffort/control/mytasks]
> 3) Select any task from the list.
> 4) Navigate to Contact Mechs tab and try to add any contact mech id after 
> choosing from look up.
> 5) Error will be displayed on screen.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9316) Error displayed while adding WorkEffort Contact Mechs.

2017-04-14 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur updated OFBIZ-9316:
-
Attachment: (was: OFBIZ-9316.patch)

> Error displayed while adding WorkEffort Contact Mechs.
> --
>
> Key: OFBIZ-9316
> URL: https://issues.apache.org/jira/browse/OFBIZ-9316
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Jagpreet Kaur
> Attachments: screenshot-1.png
>
>
> 1) Go to workEffort component.
> 2) Navigate to Task List tab. 
> [https://localhost:8443/workeffort/control/mytasks]
> 3) Select any task from the list.
> 4) Navigate to Contact Mechs tab and try to add any contact mech id after 
> choosing from look up.
> 5) Error will be displayed on screen.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9316) Error displayed while adding WorkEffort Contact Mechs.

2017-04-14 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur updated OFBIZ-9316:
-
Attachment: OFBIZ-9316.patch

Added field contact mech type as hidden parameter, it is required field for the 
service.

> Error displayed while adding WorkEffort Contact Mechs.
> --
>
> Key: OFBIZ-9316
> URL: https://issues.apache.org/jira/browse/OFBIZ-9316
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Jagpreet Kaur
> Attachments: OFBIZ-9316.patch, screenshot-1.png
>
>
> 1) Go to workEffort component.
> 2) Navigate to Task List tab. 
> [https://localhost:8443/workeffort/control/mytasks]
> 3) Select any task from the list.
> 4) Navigate to Contact Mechs tab and try to add any contact mech id after 
> choosing from look up.
> 5) Error will be displayed on screen.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


[jira] [Updated] (OFBIZ-9316) Error displayed while adding WorkEffort Contact Mechs.

2017-04-14 Thread Jagpreet Kaur (JIRA)

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

Jagpreet Kaur updated OFBIZ-9316:
-
Attachment: screenshot-1.png

> Error displayed while adding WorkEffort Contact Mechs.
> --
>
> Key: OFBIZ-9316
> URL: https://issues.apache.org/jira/browse/OFBIZ-9316
> Project: OFBiz
>  Issue Type: Bug
>  Components: workeffort
>Reporter: Jagpreet Kaur
> Attachments: screenshot-1.png
>
>
> 1) Go to workEffort component.
> 2) Navigate to Task List tab. 
> [https://localhost:8443/workeffort/control/mytasks]
> 3) Select any task from the list.
> 4) Navigate to Contact Mechs tab and try to add any contact mech id after 
> choosing from look up.
> 5) Error will be displayed on screen.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)