From commits-return-26149-apmail-ofbiz-commits-archive=ofbiz.apache.org@ofbiz.apache.org Sat May 11 09:09:52 2013 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 36E0711AD6 for ; Sat, 11 May 2013 09:09:52 +0000 (UTC) Received: (qmail 7179 invoked by uid 500); 11 May 2013 09:09:51 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 7072 invoked by uid 500); 11 May 2013 09:09:51 -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 7039 invoked by uid 99); 11 May 2013 09:09:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 09:09:49 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 May 2013 09:09:47 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A371123888E3; Sat, 11 May 2013 09:09:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1481276 - in /ofbiz/branches/release12.04: ./ applications/party/widget/partymgr/PartyForms.xml Date: Sat, 11 May 2013 09:09:26 -0000 To: commits@ofbiz.apache.org From: jleroux@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130511090926.A371123888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jleroux Date: Sat May 11 09:09:26 2013 New Revision: 1481276 URL: http://svn.apache.org/r1481276 Log: "Applied fix from trunk for revision: 1481274" ------------------------------------------------------------------------ r1481274 | jleroux | 2013-05-11 10:52:25 +0200 (sam., 11 mai 2013) | 14 lines Fix "Name in List Related Contacts form doesn't get updated" reported by Karl Beecher at https://issues.apache.org/jira/browse/OFBIZ-5192 If a person is set as a related contact for a party, updates to their name are not immediately displayed by the ListRelatedContacts form. To reproduce (with OFBiz demo data): * In the Party Manager, go to the profile page of DemoSupplier (they have a related contact called 'Peter Manager' * Follow the link to Peter Manager's profile page. * Click Update and change the name (e.g. to 'Peter Manageress') * Save * Return to DemoSupplier's profile page. Observe that the name of the related contact is still 'Peter Manager'. Refreshing doesn't change that. * Restart OFBiz * Refreshing the profile page now displays the updated name. jleroux: to test in trunk I used company and scrum employee ------------------------------------------------------------------------ Modified: ofbiz/branches/release12.04/ (props changed) ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyForms.xml Propchange: ofbiz/branches/release12.04/ ------------------------------------------------------------------------------ Merged /ofbiz/trunk:r1470176,1481274 Modified: ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyForms.xml URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyForms.xml?rev=1481276&r1=1481275&r2=1481276&view=diff ============================================================================== --- ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyForms.xml (original) +++ ofbiz/branches/release12.04/applications/party/widget/partymgr/PartyForms.xml Sat May 11 09:09:26 2013 @@ -771,7 +771,7 @@ under the License.
- +