LIBITD-2659. Add a "Group" main menu item#58
Open
aalston6 wants to merge 1 commit intoumd-lib:mainfrom
Open
Conversation
peichman-umd
requested changes
Jan 23, 2026
Member
There was a problem hiding this comment.
It looks like maybe the wrong files got committed or pushed, since I don't see the "Groups" item in the main menu. First thing I would suggest is to make sure your local main branch is up-to-date with umd-lib main (especially since there have been a lot of changes to it this afternoon):
git checkout main
git pull umd-lib mainThen create a new branch:
git checkout -b LIBITD-2659Then you should only need to change the src/ipmanager/urls.py file to add "Groups" to the navigation links. Once that's done, added via git add, and committed, you should push to your fork and open a new PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added a “Groups” main menu item which links to the group list page.
https://umd-dit.atlassian.net/browse/LIBITD-2659