mirror of
https://github.com/Karaka-Management/oms-Kanban.git
synced 2026-02-18 13:18:41 +00:00
code fixes
This commit is contained in:
parent
9ce7a56dde
commit
3d49a7b363
|
|
@ -45,8 +45,19 @@ use phpOMS\Utils\Parser\Markdown\Markdown;
|
||||||
*/
|
*/
|
||||||
final class ApiController extends Controller
|
final class ApiController extends Controller
|
||||||
{
|
{
|
||||||
// @todo Create another notification whenever a comment is created for a card
|
/**
|
||||||
// The card owner and all previous commentators should receive a notification
|
* Create a notification for a card
|
||||||
|
*
|
||||||
|
* @param KanbanCard $card Card to create notification for
|
||||||
|
* @param RequestAbstract $request Request
|
||||||
|
*
|
||||||
|
* @return void
|
||||||
|
*
|
||||||
|
* @todo Create another notification whenever a comment is created for a card
|
||||||
|
* The card owner and all previous commentators should receive a notification
|
||||||
|
*
|
||||||
|
* @since 1.0.0
|
||||||
|
*/
|
||||||
private function createCardNotifications(KanbanCard $card, RequestAbstract $request) : void
|
private function createCardNotifications(KanbanCard $card, RequestAbstract $request) : void
|
||||||
{
|
{
|
||||||
$accounts = AccountMapper::findReadPermission(
|
$accounts = AccountMapper::findReadPermission(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user