mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-16 20:28:42 +00:00
align =
This commit is contained in:
parent
0d3646f786
commit
f11ec000d8
|
|
@ -180,7 +180,7 @@ final class ApiController extends Controller
|
|||
*/
|
||||
public function createKanbanCardCommentFromRequest(RequestAbstract $request) : KanbanCardComment
|
||||
{
|
||||
$comment = new KanbanCardComment();
|
||||
$comment = new KanbanCardComment();
|
||||
$comment->description = Markdown::parse((string) ($request->getData('plain') ?? ''));
|
||||
$comment->descriptionRaw = (string) ($request->getData('plain') ?? '');
|
||||
$comment->setCard((int) $request->getData('card'));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user