
Looks like they are appearing in alphabetical order. What makes you think they should appear in the same order that they are defined as in the config file?
Thomas
-- 
-- 
To unsubscribe, email 
repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
--- 
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<image001.png>
Is this a bug or am I doing something wrong?Thanks,Ron----------=-=-=-=-=-=-=-=-========oOo========-=-=-=-=-=-=-=-=----------
mailto:Ronald....@baesystems.com Phone:(607)206-8718
BAE SYSTEMS 1701 North Street, Endicott, NY 13760
----------=-=-=-=-=-=-=-=-===================-=-=-=-=-=-=-=-=----------
Hi Thomas,
In the "Your Label Here" section of the labels config-labels.htmlfile at:
https://gerrit-review.googlesource.com/Documentation/config-labels.html
The last paragraph says:
"Labels are laid out in the order they are specified in project.config, with inheritedlabels appearing first, providing some layout control to the administrator."
Maybe I am not interpreting what is meant by that correctly…

How about provide a config option to decide alphabetical order or their place order(default)?
/Bruce
Sent from my Sony Xperia(tm) smartphone
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
On Thu, Sep 18, 2014 at 9:45 AM, Welch, Ronald P (US SSA) <ronald....@baesystems.com> wrote:Hi Thomas,
In the "Your Label Here" section of the labels config-labels.htmlfile at:
https://gerrit-review.googlesource.com/Documentation/config-labels.html
The last paragraph says:
"Labels are laid out in the order they are specified in project.config, with inheritedlabels appearing first, providing some layout control to the administrator."
Maybe I am not interpreting what is meant by that correctly…I suspect they are coming back in the right order in the REST API and then reordered on the client. (Either that or I was lying when I wrote that sentence...)Can you look at the REST API response and confirm?
Yep, I can definitely see why that part of the doc would make you think that.
A configuration option would be needed as child projects can’t enforce alphabetical order when inheriting labels from their parents.
[Thomas Swindells] That’s the order that is defined in your config file isn’t it (Q before P) so must be a client side rendering issue.
Yes you are correct, it is the order from the config file. So theclient side rendering does appear to be holding a smoking gun.


Ok, that makes sense. But alas I think the "problem" may be a bitwider spread.