This commit is contained in:
Frédéric France 2025-01-26 11:34:15 +01:00
parent 1e43b2f836
commit 2035f5f7a5
No known key found for this signature in database
GPG Key ID: CE25B0B7B53B9177

View File

@ -1350,6 +1350,7 @@ if (count($listofextcals)) {
if (!empty($userId) && $userId > 0) {
$event->userassigned[$userId] = [
'id' => $userId,
'transparency' => 1,
];
$event->percentage = -1;
}