mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-18 13:18:41 +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
|
public function createKanbanCardCommentFromRequest(RequestAbstract $request) : KanbanCardComment
|
||||||
{
|
{
|
||||||
$comment = new KanbanCardComment();
|
$comment = new KanbanCardComment();
|
||||||
$comment->description = Markdown::parse((string) ($request->getData('plain') ?? ''));
|
$comment->description = Markdown::parse((string) ($request->getData('plain') ?? ''));
|
||||||
$comment->descriptionRaw = (string) ($request->getData('plain') ?? '');
|
$comment->descriptionRaw = (string) ($request->getData('plain') ?? '');
|
||||||
$comment->setCard((int) $request->getData('card'));
|
$comment->setCard((int) $request->getData('card'));
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user