agentejo / cockpit

Add content management functionality to any site - plug & play / headless / api-first CMS
http://getcockpit.com
MIT License
5.4k stars 524 forks source link

Bugfix duplicating localized collection entry #1447

Closed fredrikkarlsson-pervanovo closed 3 years ago

fredrikkarlsson-pervanovo commented 3 years ago

When duplicating entries, the currently loaded entry is used (in the selected language) and therefore it writes the localized fields to the default language fields and loses all other localized fields.

This PR mitigates this problem by loading the full entry before saving it and then reloading the entries using current filters.

This bug probably exists in sortable collections as well, but I have not tested that.

aheinze commented 3 years ago

Thanks!