-
Notifications
You must be signed in to change notification settings - Fork 59
Feature: Content Detail Workspace Base #2483
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
Conversation
|
Hi @madsrasmussen I have been testing but there is some routing problem, might have to do with Discard Changes, when you try to create a new Document but already are on one. Also it asks if you like to Discard Changes, thought none was made? — maybe we should have a look at why that happens as well. |
|
Hi @madsrasmussen another problem appears when creating a new Document, this triggers a redirect from 'create' to 'edit'. which triggers a 'discard change' |
|
And just to give you a whole picture right here at hand, then there is some circular dependency problem, as you can see in the tests :-) |
This is fixed by: #2514 |
…les unless we extend it

Description
This PR introduces a
UmbContentDetailWorkspaceBaseclass that can serve as the base for all our content-based entities: Document, Document Blueprint, Media, and Member.The class has been implemented across all 4 entities.
Testing Instructions
Types of changes