-
Notifications
You must be signed in to change notification settings - Fork 1
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
Content/Media not deleted when names are not unique #244
Comments
Hey @KevinJump, |
Hi, just checking this, for the issue in the first thing that mostly works* for me?? (but not sure about the required field bit? ) following the steps I get this. * i am not sure about image vs image(1) in the example - because they are technically diffrent folders and that does stop uSync from deleteting a load of things you might not have been expected to be deleted ? - but maybe there are cases where it could merge - lots of nuance in that however so will need to think second bit - about validated fields, do you have some steps for that ? it can get a little bit complex there because uSync publisher is (again mostly) using the last published version of a bit of content, so if the content field is removed and saved i think default behavior is that the published one will get sent over again ? |
So let me give you steps:
|
Describe the bug
Create an image under a folder named 'Images' that already exists in the destination server. uSync then creates an 'Images (1)' folder and puts the images there. When you then try to delete that image and push that change, the Report correctly recognises the image needs to be gone (marks it as something to delete) but when the push actually happens, the target server's image stays put.
That doesn't happen when the folder with the same name doesn't initially exist on the target server. That works fine.
Version (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
Also happens with content that's not uniquely named. (E.g name 'Test')
Expected behavior
Screenshots
Unfortunately can't add screenshots currently as it's an NDA client's project.
The text was updated successfully, but these errors were encountered: