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
If you have uSync Firstboot setup but your site contains media or content in the recycle bin, then the restore will fail.
this is because uSync tried to move the newly added content items into the recycle bin when they are not fully saved, and this causes an error to be returned from the core Umbraco services.
This could conceivably also happen if a brand-new item to the installation was in teh recycle bin on import (although its more likely uSync would have already known about these)
We need some logic around trash cheking, so we don't attempt to move new trash to the trash.
The text was updated successfully, but these errors were encountered:
* Allow - ordered node precaching on report/import.
* optimized the clear key lookup
* Add ability to create clean as part of export request.
* package update
* Fixes#548
* Config breaking import trashed should default to false.
* Fix - restoring from recycle box - remain 'deleted'
* Tidy - Load nodes can sometimes be blank
* Add comments to remove build warnings.
* use correct alias names for delete relationship types.
* Relation names constantes
If you have uSync Firstboot setup but your site contains media or content in the recycle bin, then the restore will fail.
This could conceivably also happen if a brand-new item to the installation was in teh recycle bin on import (although its more likely uSync would have already known about these)
We need some logic around trash cheking, so we don't attempt to move new trash to the trash.
The text was updated successfully, but these errors were encountered: