Skip to content
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

new Recycled items fail to import (Firstboot). #548

Closed
KevinJump opened this issue Oct 3, 2023 · 1 comment
Closed

new Recycled items fail to import (Firstboot). #548

KevinJump opened this issue Oct 3, 2023 · 1 comment

Comments

@KevinJump
Copy link
Owner

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.

KevinJump added a commit that referenced this issue Oct 3, 2023
KevinJump added a commit that referenced this issue Oct 3, 2023
@KevinJump
Copy link
Owner Author

Will be fixed in the next v10/12 releases.

KevinJump added a commit that referenced this issue Oct 4, 2023
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant