Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Wrong arrow when select Comunity #1433
Comments
I think the top nav button for "Community" should be removed. The top nav buttons for "Python" and "PSF" introduce their own sub nav buttons where as the top bar button for "Community" is just same thing as the sub nav button "Community" found under top nav "Python". |
@ewdurbin What do you think? Would this need psf approval? If not I can make a pull request with the change. |
If this issue is still available I would love to make it my first contribution. Would this be possible? |
@Daniel-Davies Go aheah. @scottilee @ewdurbin any decision about Community nav button? |
These menus are configured as part of the django-sitetree module that renders them, so it's not super clear what the code solution would look like. @Daniel-Davies if you're able to reproduce it locally and give directions on how to resolve it via configuring django-sitetree I can implement the change in Django admin. |
Ah I see- I won't be much help in that case, but I suppose after playing around with it and reproducing the issue, it looks like the sitetree item for the community tab (alias "shop-meta") has it's "is_current" property set to false, while mistakenly, the Python tab (alias "python-meta") is_current property is set to true. I hope that's not too generic. |
Describe the bug
When click on Community button on the top menu the arrow select Python section
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Arrow select Community
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: