Fix docs to say labels are laid out alphabetically
The labels have been always laid out alphabetically due to the fact that they're passed as a dict, which does not guarantee order across different labels. For more details, please see the code change[1]. [1]: https://gerrit-review.googlesource.com/#/c/gerrit/+/60246/ Change-Id: I6726ff28dd8830499747296c112048b4892dca3e
This commit is contained in:
parent
0c4dabf699
commit
46bb5c7a2c
@ -166,9 +166,7 @@ name as in the parent.
|
||||
[[label_layout]]
|
||||
=== Layout
|
||||
|
||||
Labels are laid out in the order they are specified in project.config,
|
||||
with inherited labels appearing first, providing some layout control to
|
||||
the administrator.
|
||||
Labels are laid out in alphabetical order.
|
||||
|
||||
[[label_name]]
|
||||
=== `label.Label-Name`
|
||||
|
Loading…
Reference in New Issue
Block a user