-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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 a document type never ends when we have many nodes of that document type in v8.2.0 #6735
Comments
You mention 8.2.0 specifically, did this used to work for you in 8.1.5? |
This may be solved with the work we're doing here, not sure: #6688 |
|
Is there an update on this issue? |
Ah, I didn't realize this was still open, sorry about that. We're working on investigating this in the current sprint. There's another issue that we're tracking for that, so I'll close this one, make sure to follow the other issue for updates: @erwintres - you must have a good reason to ask, can you add some specifics of your problem on the #7756 issue please? How many nodes do you have, how slow is it, what version are you using, etc. |
Bug summary
We have about 2000 nodes that have been created of the same document type, after a while we decided to change something on that document type, and we tried to save that change but it didn't finish, the saving button it kept loading.
Specifics
Umbraco 8.2.0
Chrome 7.7 (No errors on the console)
Steps to reproduce
1: Create a document type
2: Create around 2000 nodes based on that document type
3: Open that document type and try to change anything, for example try to add a new child under it from the permission section.
4: Save
Expected result
Saving a document type should finish
Actual result
Saving a document type never ends
The text was updated successfully, but these errors were encountered: