Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions core/class/calendar.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -317,11 +317,9 @@ class calendarCmd extends cmd {

/* * *********************Methode d'instance************************* */

public function dontRemoveCmd() {
if (in_array($this->getLogicalId(), array('in_progress', 'add_exclude_date', 'add_include_date'))) {
return true;
}
return false;
public function dontRemoveCmd()
{
return true; // on ne supprime aucune commandes
}

public function postInsert() {
Expand Down