Closed Guite closed 9 years ago
This issue is invalid, upload fields are reset during the copy: https://github.com/Guite/MostGenerator/blob/master/org.zikula.modulestudio.generator/src/org/zikula/modulestudio/generator/cartridges/zclassic/models/entity/EntityMethods.xtend#L529
When an existing entity with upload fields is reused then both entities share the same upload files. Thus prevent deletion of files during deletion unless there exists no other entity using them. Affects option for deleting an optional upload file when updating, too.