You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
I have tested this on Cms 10.8.7 Forms 10.5.7 Deploy 10.4.0
Bug summary
If you have a Multinode Tree picker with a Node Type + Allowed items of type it will be completely empty locally when you clone down a Cloud Project.
This is intended as that content doesn't exist locally and therefore you cannot fetch it and show it.
The moment you restore the content you'll be able to see everything as normal.
However, the error message is not great and doesn't point to the fact that you're missing the content.
Specifics
No response
Steps to reproduce
Create a new v10 project on latest Cms 10.8.7 Forms 10.5.7 Deploy 10.4.0 on Umbraco Cloud
Create a document type and set it as root - call it Homenode
Create a child for the previous document type and add a Multinude Treepicker selecting the Homenode
Allow items of type Homenode
Clone down the project
Navigate to the Data type created for this child document type
You'll get an error and your Homenode + Allowed items of types will not be there.
Expected result / actual result
That you'll get a message saying the content is not there, please restore it.
The text was updated successfully, but these errors were encountered:
ronaldbarendse
changed the title
Multinode Treepicker is empty when clonning down a Cloud project locally
Multinode Treepicker does not show clear error when content doesn't exist (anymore)
Nov 20, 2024
This might be a more general issue (not specific to Cloud/Deploy), as I do see content pickers referencing content that's in the recycle bin as trashed:
But after emptying the recycle bin, the editor doesn't show anything: not even UI to clear the current value or pick another content item!
In the case of the data type configuration workspace, it seems like the error causes further execution to halt, as the 'Allow items of type' isn't populated anymore either...
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
I have tested this on Cms 10.8.7 Forms 10.5.7 Deploy 10.4.0
Bug summary
If you have a Multinode Tree picker with a Node Type + Allowed items of type it will be completely empty locally when you clone down a Cloud Project.
This is intended as that content doesn't exist locally and therefore you cannot fetch it and show it.
The moment you restore the content you'll be able to see everything as normal.
However, the error message is not great and doesn't point to the fact that you're missing the content.
Specifics
No response
Steps to reproduce
Create a new v10 project on latest Cms 10.8.7 Forms 10.5.7 Deploy 10.4.0 on Umbraco Cloud
Create a document type and set it as root - call it Homenode
Create a child for the previous document type and add a Multinude Treepicker selecting the Homenode
Allow items of type Homenode
Clone down the project
Navigate to the Data type created for this child document type
You'll get an error and your Homenode + Allowed items of types will not be there.
Expected result / actual result
That you'll get a message saying the content is not there, please restore it.
The text was updated successfully, but these errors were encountered: