Quellcode durchsuchen

(fix): remove tag

oscar vor 1 Jahr
Ursprung
Commit
eacb0d3682
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      src/be/app/Http/Controllers/HealthyPassPortController.php

+ 1
- 0
src/be/app/Http/Controllers/HealthyPassPortController.php Datei anzeigen

166
             }
166
             }
167
             switch ($action['type']) {
167
             switch ($action['type']) {
168
                 case "addTag":
168
                 case "addTag":
169
+                case "removeTag":
169
                     foreach ($action['value'] as $value) {
170
                     foreach ($action['value'] as $value) {
170
                         $tagType[$action['type']]['value'][] = $value;
171
                         $tagType[$action['type']]['value'][] = $value;
171
                     }
172
                     }