-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
500 error for project if auto-increments not set up for salary band #182
Comments
I am just starting to try this and got a similar error and now I cannot even delete the project that fails. I can prob ignore it though: Environment: Request Method: GET Django Version: 3.2.11 Traceback (most recent call last): Exception Type: ObjectDoesNotExist at /project/3 |
We've just set up an instance of RSEAdmin to trial at ARC in Durham.
I created a salary band that had auto-increments set but had not added salary details fo the next financial year. I added a project with 40% FTE at that salary band, with an end date in 2023. Going to the project page (/project/1) gave a 500 error.
The logs gave:
I removed auto-increments from the salary band for now, which fixed the issue, but thought it was worth flagging.
(If I ever have time to set up a dev instance I'll see if I can fix the 500 page!)
The text was updated successfully, but these errors were encountered: