student assignment repository prefix editing stopped working #184870
Replies: 3 comments 2 replies
-
|
I have not run into this exact issue before, but it does sound like a frontend bug. It is possible that the click handler is removing the element entirely instead of just toggling it into an edit state. A few things you can try as workarounds: Try a different browser such as Chrome, Firefox, or Safari to rule out a browser specific issue. Disable browser extensions. Ad blockers and privacy tools can sometimes interfere with page behavior. Do a hard refresh to clear cached JavaScript. Use Ctrl+Shift+R on Windows (Cmd+Shift R on Mac-OS). If that doesn't work, as a temporary workaround, you can open developer tools, right click the prefix text, choose Inspect, locate the input field in the HTML, and edit the value attribute directly. |
Beta Was this translation helpful? Give feedback.
-
|
This looks like a "UI regression on GitHub's side", not something you broke. A few instructors have hit similar issues where clicking the edit button causes the prefix section to collapse instead of opening the input. Since it worked last week and now disappears, it's very likely tied to a recent frontend change.
If none of that works, the safest move is to file a GitHub Education support ticket with screenshots. Until it's fixed, the only real workaround is creating the assignment with the default prefix and renaming repos afterward. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.




Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
When creating a new student assignment, there is an button that allows editing the student assignment repository prefix. I use this on every assignment so that I can put things like semester and year in the repository prefix. Today when I click on that button, instead of opening up an edit box for me to edit the repository prefix, that section of the web page just disappears. This button was working as of some time last week. Is anyone else seeing this problem? Do you have any suggestions for a workaround?
Beta Was this translation helpful? Give feedback.
All reactions