[wellwell-devel] [SCM] Interchange wellwell catalog branch, master, updated. f7e03c9bb138dfc75e0ac12cc65d9ce8e010b2fd

Stefan Hornburg racke at rt.icdevgroup.org
Mon Feb 2 14:08:57 UTC 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Interchange wellwell catalog".

The branch, master has been updated
       via  f7e03c9bb138dfc75e0ac12cc65d9ce8e010b2fd (commit)
      from  53ed8a201b82216cee936871669b4b5af96779d9 (commit)

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 f7e03c9bb138dfc75e0ac12cc65d9ce8e010b2fd
Author: Stefan Hornburg (Racke) <racke at linuxia.de>
Date:   Mon Feb 2 15:08:39 2009 +0100

    force ordering by code as default

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

Summary of changes and diff:
 code/form.tag |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/code/form.tag b/code/form.tag
index 3c1262a..42c2d70 100644
--- a/code/form.tag
+++ b/code/form.tag
@@ -146,7 +146,7 @@ sub {
 
 		$qcomp = $Db{form_elements}->quote($opt->{part});
 
-		$elset = $Db{form_elements}->query({sql => qq{select name,label,widget from form_elements where component = $qcomp order by priority desc}, hashref => 1});
+		$elset = $Db{form_elements}->query({sql => qq{select name,label,widget from form_elements where component = $qcomp order by priority desc, code asc}, hashref => 1});
 
 		for my $elref (@$elset) {
 			# fetch attributes for form element


hooks/post-receive
-- 
Interchange wellwell catalog



More information about the wellwell-devel mailing list