Skip to content

Commit

Permalink
Fix a subtask issue and #536 zulip whitespace missing
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelfolaron committed Jul 7, 2022
1 parent aa03229 commit e5cd4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/domain/projects/services/class.projects.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ public function notifyProjectUsers($message, $subject, $projectId, $url = false)

$prepareChatMessage = "**Project: ".$projectName."** \n\r".$message;
if($url !== false){
$prepareChatMessage .= "".$url['link']."";
$prepareChatMessage .= " ".$url['link']."";
}

$data = array(
Expand Down
1 change: 1 addition & 0 deletions src/domain/tickets/services/class.tickets.php
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,7 @@ public function upsertSubtask($values, $parentTicket)
'userId' => $_SESSION['userdata']['id'],
'date' => date("Y-m-d H:i:s"),
'dateToFinish' => "",
'priority' => '',
'status' => $values['status'],
'storypoints' => "",
'hourRemaining' => $values['hourRemaining'],
Expand Down

0 comments on commit e5cd4ac

Please sign in to comment.