mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-01-11 17:18:40 +00:00
Add tag icons
This commit is contained in:
parent
2a8dddead6
commit
785f3a8188
|
|
@ -123,6 +123,7 @@ final class ApiController extends Controller
|
|||
if (!isset($tag['id'])) {
|
||||
$request->setData('title', $tag['title'], true);
|
||||
$request->setData('color', $tag['color'], true);
|
||||
$request->setData('icon', $tag['icon'] ?? null, true);
|
||||
$request->setData('language', $tag['language'], true);
|
||||
|
||||
$internalResponse = new HttpResponse();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user