[jira] [Comment Edited] (OFBIZ-11210) Add a discussion feature in order detail view for following communication about the order (mail, phone etc.)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Comment Edited] (OFBIZ-11210) Add a discussion feature in order detail view for following communication about the order (mail, phone etc.)

Nicolas Malin (Jira)

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

Jacques Le Roux edited comment on OFBIZ-11210 at 9/26/19 3:15 PM:
------------------------------------------------------------------

Thanks Carl,

Your slightly modified patch is in trunk at r1867581

In ConversationThread screen I changed this:
{code:xml}
 (${util:size(childrenCommEvents)})
{code}
to
{code:xml}
(${groovy:childrenCommEvents.size()})
{code}
This is a known bug (OFBIZ-11201)

I also splitted the line containing it in 3 parts


was (Author: jacques.le.roux):
Thanks Carl,

Your slightly modified patch is in trunk at r1867581

In ConversationThread screen I changed this:
{code:xml}
 (${util:size(childrenCommEvents)})
{code}
to
{code:xml}
(${groovy:childrenCommEvents.size()})
{code}

I also splitted the line containing it in 3 parts

> Add a discussion feature in  order detail view for following communication about the order (mail, phone etc.)
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: OFBIZ-11210
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-11210
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: order
>    Affects Versions: Trunk
>            Reporter: Demus Carl
>            Assignee: Jacques Le Roux
>            Priority: Minor
>             Fix For: Upcoming Branch
>
>         Attachments: OFBIZ-11210.patch, orderComm1.png, orderComm2.png, orderComm3.png, orderCommScreenShots.zip
>
>
> Add a discussion feature in order detail view for following communication about the order (mail, phone etc.) to keep an eye about all com' event linked to the order.
>  



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