fix: fixed dated when clicking an indefinetely/range event and delete when partial exclusion #1711
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1711
Loading…
Reference in New Issue
No description provided.
Delete Branch "Hotfix-ZoneExclusionDated"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://cau.verdnatura.es/scp/tickets.php?id=324213
@ -143,7 +156,7 @@ const refetchEvents = async () => {
};
onMounted(() => {
esto se olvidó en la migración y no pillaba la fecha para eventos indefinidos o con rango de fechas
@ -130,8 +130,21 @@ const onSubmit = async () => {
const deleteEvent = async () => {
Esto tampoco se tuvo en cuenta en la migración. Cuando se añade una exclusion parcial tiene un back propio y se hace sobre un evento. La exclusión total elimina el evento.
Por eso se comprueba el created(un evento total tiene created, uno parcial no porque no es una exclusión al uso)