-
Notifications
You must be signed in to change notification settings - Fork 49
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
"view" doesn't change when "catalog" is changed #1198
Comments
Hi @RH-DIPF @m6121, since views are in principle independent from catalogs, we let projects choose, which views are used in the project. This collides with the feature that views have a catalog field (which was added later) and I see that a lot of people now have the requirement that the views are more or less strictly connected to a catalog and not to the project. The same holds for tasks, but people seem to be less interested in tasks ... We already have the feature flag |
Signed-off-by: David Wallace <[email protected]>
Description / Beschreibung
Changing a catalog of a project does not automatically update the list of views that are associated with that catalog.
Expected behaviour / Erwartetes Verhalten
Changing a catalog of a project automatically updates the list of views that are associated with that catalog.
Steps to reproduce / Schritte zum Reproduzieren
Context / Kontext
If the users switches to a catalog without any views, he doesn't see any views anymore.
This is apperently an old issue #345 that was merged with an other issue #431 . But the bug from #345 was never really resolved.
The text was updated successfully, but these errors were encountered: