File tree 1 file changed +2
-2
lines changed
app/Domain/Tickets/Services
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1085,7 +1085,7 @@ public function quickAddTicket($params): array|bool
1085
1085
1086
1086
$ values = array (
1087
1087
'headline ' => $ params ['headline ' ],
1088
- 'type ' => 'Task ' ,
1088
+ 'type ' => 'task ' ,
1089
1089
'description ' => $ params ['description ' ] ?? '' ,
1090
1090
'projectId ' => $ params ['projectId ' ] ?? $ _SESSION ['currentProject ' ],
1091
1091
'editorId ' => $ _SESSION ['userdata ' ]['id ' ],
@@ -1193,7 +1193,7 @@ public function addTicket($values)
1193
1193
$ values = array (
1194
1194
'id ' => '' ,
1195
1195
'headline ' => $ values ['headline ' ] ?? "" ,
1196
- 'type ' => $ values ['type ' ] ?? "Task " ,
1196
+ 'type ' => $ values ['type ' ] ?? "task " ,
1197
1197
'description ' => $ values ['description ' ] ?? "" ,
1198
1198
'projectId ' => $ values ['projectId ' ] ?? $ _SESSION ['currentProject ' ] ,
1199
1199
'editorId ' => $ values ['editorId ' ] ?? "" ,
You can’t perform that action at this time.
0 commit comments