-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
Description
Which Umbraco version are you using?
16.0.0
Bug summary
In new backoffice Bellissima the BlockGrid loads document types twice. This is a performance issue and may be a hint for a more general issue of the workspace context.
Specifics
No response
Steps to reproduce
- Create a document type for block content with a simple property e.g. textbox alias text.
- Create a document type for block layout.
- Create a BlockGrid data type and configure layout and content blocks.
- Create a document type for content page with a property based on BlockGrid data type., allowed at root.
- Create content page and add some blocks to the grid property.
- Open DevTools and inspect the network fetch actions and you'll see the grid data types are loaded twice.
This item has been added to our backlog AB#54076
ctolkien and SogeJim