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

Saving new project with title of existing project leads to error that is only logged in background #6281

Open
solth opened this issue Oct 29, 2024 · 0 comments
Labels
bug project management project and template related topics

Comments

@solth
Copy link
Member

solth commented Oct 29, 2024

Describe the bug
When a new project is created and the name/title of an existing project is entered before saving, the project is not saved proberly. That is correct behaviour, because projects should have unique titles. Instead, the following error message appears in the logs:

These unhandled FacesMessages are: 
- Es ist ein Fehler aufgetreten: Der Projekttitel wird bereits verwendet.

To Reproduce
Steps to reproduce the behavior:

  1. Go to "Projects" list
  2. Click "New" button and then "Project" button
  3. Enter the name of an already existing project
  4. Click "Save"
  5. Nothing happens
  6. Check log

Expected behavior
Instead of hiding the error message in the logs, a message in the GUI should inform the user that the project title is already in use.

Release
3.7, current master

@solth solth added bug project management project and template related topics labels Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug project management project and template related topics
Projects
None yet
Development

No branches or pull requests

1 participant