Hello All,
Since migration from 1.2.1.1 to 1.2.2, templates attributes are no more sorted
(<order>x</order> in xml has no effect)
In fact they are sorted by attributes names.
It seems to be related to bug resolution #3391046 :
If I remove this patch , attributes are sorted according order in xml
diff --git a/lib/PageRender.php b/lib/PageRender.php
index a602d1f..5713bd7 100644 (file)
--- a/lib/PageRender.php
+++ b/lib/PageRender.php
@@ -97,6 +97,9 @@ class PageRender extends Visitor {
$this->visit('',$attribute);
}
+
+ // Sort our attribute values for display.
+ $this->template->sort();
}
}
But Loading entries with many attributes will become again very slow ??
Thanks for any idea
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
phpldapadmin-users mailing list
phpldapadmin-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/phpldapadmin-users