etesync / etesync-web

An EteSync web client
https://www.etesync.com
GNU Affero General Public License v3.0
245 stars 29 forks source link

Duplication fails #193

Open RaitoBezarius opened 3 years ago

RaitoBezarius commented 3 years ago

When I try to duplicate a calendar event, it does not work, it looks like itemUid is duplicated so it believes it is saving an existing object though it's a new one (according to the JS debugger), it crashes on setContent in the saving branch of itemSave (helpers.tsx).

This is on a self-hosted instance.

tasn commented 3 years ago

Could you please try explaining again what's going on? I'm not sure I follow.

MartyLake commented 3 years ago

Hello, I think I have the same issue. When I try to duplicate an event in another calendar, the "save" button does nothing. If I open the console, I can see an error where RaitoBezarius explained. I don't know much of web development, but I can provide more information if you ask me.