Copy product - Download file deleted

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Moritz
Advanced
Posts: 153
Joined: 07 Nov 2018, 14:05

Copy product - Download file deleted

Post by Moritz » 09 Dec 2022, 14:18

If I copy a product with a download file and remove the copied product, the file is also deleted from the original.
Ubuntu 22.04.01
PHP 7.4.30
Typo3 v11.5.21 LTS
Aimeos web shop 22.10.4-pre3

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Copy product - Download file deleted

Post by aimeos » 09 Dec 2022, 14:36

They both refer to the same attribute that stores the relative file name of the download file.
The only options to avoid that would be to copy the attribute and the file too (can lead to ghost files if the product isn't saved after copying) or remove the download attribute when copying the product.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Copy product - Download file deleted

Post by aimeos » 19 Dec 2022, 13:35

We've decided to remove the download attribute from the copied product now. The change will be available with the next release or if you use:

Code: Select all

composer req aimeos/ai-admin-jqadm:2022.10.x.dev
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Moritz
Advanced
Posts: 153
Joined: 07 Nov 2018, 14:05

Re: Copy product - Download file deleted

Post by Moritz » 19 Dec 2022, 13:37

This is a good compromise. Thank you for the implementation.
Ubuntu 22.04.01
PHP 7.4.30
Typo3 v11.5.21 LTS
Aimeos web shop 22.10.4-pre3

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: Copy product - Download file deleted

Post by aimeos » 21 Dec 2022, 13:47

New version including the change has been released today.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Moritz
Advanced
Posts: 153
Joined: 07 Nov 2018, 14:05

Re: Copy product - Download file deleted

Post by Moritz » 21 Dec 2022, 13:53

Ok, I will test it maybe this week or after holiday in the next year.
Thank you very much for your support the last months and happy christmas! 🙂
Ubuntu 22.04.01
PHP 7.4.30
Typo3 v11.5.21 LTS
Aimeos web shop 22.10.4-pre3

Post Reply