accepte manif or Manif
All checks were successful
Build and Push Docker Image / build (push) Successful in 1m53s

This commit is contained in:
2025-09-03 13:07:36 +00:00
parent 3b7f452f3f
commit e6972f91a2

View File

@@ -204,9 +204,9 @@ class cls_caldav():
if "$" in item.key:
item.team_transfert = True
item.key = item.key.replace("$","")
if "Manif" in item.key:
if "manif" in item.key.lower():
item.team_manif = True
item.key = item.key.replace("Manif", "")
item.key = item.key.lower().replace("manif", "")
item.name = arr[1]
if "&" in item.name:
arr = item.name.split("&")