Skip to content

Commit

Permalink
Reorder SEARCH menu items for consistency with TESTING. Fixes #3315
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 17, 2023
1 parent 5ef9f1a commit ae9cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/settings/common.py
Expand Up @@ -354,8 +354,8 @@
_("SEARCH"),
[
(_("Search Test Plans"), reverse_lazy("plans-search")),
(_("Search Test Runs"), reverse_lazy("testruns-search")),
(_("Search Test Cases"), reverse_lazy("testcases-search")),
(_("Search Test Runs"), reverse_lazy("testruns-search")),
(_("Search Bugs"), reverse_lazy("bugs-search"))
if "tcms.bugs.apps.AppConfig" in INSTALLED_APPS
else (),
Expand Down

0 comments on commit ae9cb09

Please sign in to comment.