You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by se...@apache.org on 2016/02/18 12:00:57 UTC

svn commit: r1731046 - /comdev/reporter.apache.org/trunk/site/getjson.py

Author: sebb
Date: Thu Feb 18 11:00:57 2016
New Revision: 1731046

URL: http://svn.apache.org/viewvc?rev=1731046&view=rev
Log:
Tab order

Modified:
    comdev/reporter.apache.org/trunk/site/getjson.py

Modified: comdev/reporter.apache.org/trunk/site/getjson.py
URL: http://svn.apache.org/viewvc/comdev/reporter.apache.org/trunk/site/getjson.py?rev=1731046&r1=1731045&r2=1731046&view=diff
==============================================================================
--- comdev/reporter.apache.org/trunk/site/getjson.py (original)
+++ comdev/reporter.apache.org/trunk/site/getjson.py Thu Feb 18 11:00:57 2016
@@ -238,6 +238,7 @@ if re.match(r"^[-a-zA-Z0-9_.]+$", user):
         groups.append(include)
     if oproject and len(oproject) > 0 and isMember:
         groups = [oproject]
+    groups.sort() # so tabs appear in order
     mlstats = {}
     ml = readJson(RAOHOME+"data/mailinglists.json")
     for entry in ml: # e.g. abdera.apache.org-commits, ws.apache.org-dev