Skip to content
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

Cannot create new project from admin UI without selecting a pending one #438

Closed
mboudet opened this issue Feb 6, 2024 · 0 comments · Fixed by #482
Closed

Cannot create new project from admin UI without selecting a pending one #438

mboudet opened this issue Feb 6, 2024 · 0 comments · Fixed by #482
Labels
good first issue Good for newcomers

Comments

@mboudet
Copy link
Member

mboudet commented Feb 6, 2024

In Admin -> Projects, trying to directly create a new projet with the 'Project creation' form (without clicking on 'View' on a pending project first) will fail. This is because the workflow relies on a pending_project.uuid. (From the database).

Should

  • Disable the 'Save changes' button if the project does not have an uuid
  • When clicking on 'Create project', actually use the 'add_project' method if there are no uuid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant