Skip to content

Improve scheduling objects deletion - #249

Merged
tchapi merged 1 commit into
mainfrom
cc/fix-scheduling-objects-deletion
Mar 21, 2026
Merged

Improve scheduling objects deletion#249
tchapi merged 1 commit into
mainfrom
cc/fix-scheduling-objects-deletion

Conversation

@tchapi

@tchapi tchapi commented Mar 7, 2026

Copy link
Copy Markdown
Owner

No description provided.

@tchapi
tchapi force-pushed the cc/fix-scheduling-objects-deletion branch 2 times, most recently from 3388090 to bfe718b Compare March 7, 2026 21:34
Comment on lines -40 to +47
} else {
// Returns CalendarInstances as objects
return $query->getQuery()
->getResult();
}

// Returns CalendarInstances as objects
return $query->getQuery()
->getResult();

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just linting

Comment on lines -86 to +102
$objectRepository = $this->getEntityManager()->getRepository(\App\Entity\CalendarObject::class);
$objectRepository = $this->getEntityManager()->getRepository(CalendarObject::class);

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linting

Comment on lines -98 to +116
\App\Entity\Calendar::COMPONENT_EVENTS => 'events',
\App\Entity\Calendar::COMPONENT_NOTES => 'notes',
\App\Entity\Calendar::COMPONENT_TODOS => 'tasks',
Calendar::COMPONENT_EVENTS => 'events',
Calendar::COMPONENT_NOTES => 'notes',
Calendar::COMPONENT_TODOS => 'tasks',

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linting

@tchapi tchapi mentioned this pull request Mar 7, 2026
chore

chore

chore

chore

chore
@tchapi
tchapi force-pushed the cc/fix-scheduling-objects-deletion branch from 6a41908 to 29b2d5a Compare March 21, 2026 19:03
@tchapi
tchapi merged commit 82d5778 into main Mar 21, 2026
11 checks passed
@tchapi
tchapi deleted the cc/fix-scheduling-objects-deletion branch March 21, 2026 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant