Return-Path: X-Original-To: apmail-ofbiz-commits-archive@www.apache.org Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C545918177 for ; Sun, 24 Jan 2016 19:07:46 +0000 (UTC) Received: (qmail 28038 invoked by uid 500); 24 Jan 2016 19:07:46 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 28005 invoked by uid 500); 24 Jan 2016 19:07:46 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 27996 invoked by uid 99); 24 Jan 2016 19:07:46 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 24 Jan 2016 19:07:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 34934C0D8D for ; Sun, 24 Jan 2016 19:07:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.446 X-Spam-Level: X-Spam-Status: No, score=0.446 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.554] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 1f7zHKA4Jfff for ; Sun, 24 Jan 2016 19:07:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id C7BAA259A8 for ; Sun, 24 Jan 2016 19:07:44 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id BEA92E0185 for ; Sun, 24 Jan 2016 19:07:43 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BEA0E3A087A for ; Sun, 24 Jan 2016 19:07:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn propchange: r1726493 - svn:log Date: Sun, 24 Jan 2016 19:07:43 -0000 To: commits@ofbiz.apache.org From: jleroux@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20160124190743.BEA0E3A087A@svn01-us-west.apache.org> Author: jleroux Revision: 1726493 Modified property: svn:log Modified: svn:log at Sun Jan 24 19:07:43 2016 ------------------------------------------------------------------------------ --- svn:log (original) +++ svn:log Sun Jan 24 19:07:43 2016 @@ -5,5 +5,5 @@ This is related with r1725574 where I r In few words r1725574 was wrong (broke opportunity creation) and it was better to "improve" the opportunities list I added a sort to have all same (with different possible roleTypeIds) opportunities subsequent, added the roleTypeId near the salesOpportunityId to make it obvious, and added a RoleType column -I also replaced useless " by real quote in groovy expressions +I also replaced useless " by real quote in groovy expressions and replaced the link from the opportunities list to a view screen by an edit screen (which can do more hence less)