[mb-commits] branch, beta, updated. MBS-5525: Also display 'child order' property in 'edit relationship type' cha...

MusicBrainz Git Server <[email protected]> Mon, 04 Feb 2013 07:30:58 +0000
Newsgroups gmane.comp.audio.musicbrainz.cvs
Message-ID <E1U2GW2-000420-Nn@wiley>
The branch, beta has been updated
       via  http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=fa7a51c96bde418e4a5431c8ecca59c93768f0ff (commit)
      from  http://git.musicbrainz.org/gitweb/?p=musicbrainz-server/core.git;a=commit;h=7e3ee2b2874ef2c62bea859e3859bfc619163739 (commit)

Summary of changes:
 root/edit/details/edit_relationship_type.tt |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fa7a51c96bde418e4a5431c8ecca59c93768f0ff
Author: Oliver Charles <[email protected]>
Date:   Mon Feb 4 10:22:38 2013 +0000

    MBS-5525: Also display 'child order' property in 'edit relationship type' changes

diff --git a/root/edit/details/edit_relationship_type.tt b/root/edit/details/edit_relationship_type.tt
index af2e9fd..1e301a2 100644
--- a/root/edit/details/edit_relationship_type.tt
+++ b/root/edit/details/edit_relationship_type.tt
@@ -21,6 +21,10 @@
                         html_escape(edit.data.old.short_link_phrase),
                         html_escape(edit.data.new.short_link_phrase)) -%]
 
+  [%- display_word_diff(l('Child order:'),
+                        html_escape(edit.data.old.child_order),
+                        html_escape(edit.data.new.child_order)) -%]
+
   [% IF edit.display_data.attributes %]
   <tr>
     <th>[% l('Attributes:') %]</th>

-----------------------------------------------------------------------


hooks/post-receive
-- 
mb_server