mirror of
https://github.com/Karaka-Management/oms-Tag.git
synced 2026-01-21 12:08:39 +00:00
remove color from localization
This commit is contained in:
parent
a7efdc143b
commit
0fb3eee6bb
|
|
@ -132,7 +132,6 @@ final class ApiController extends Controller
|
|||
$l11nRequest = new HttpRequest($request->getUri());
|
||||
$l11nRequest->setData('tag', $tag->getId());
|
||||
$l11nRequest->setData('title', $request->getData('title'));
|
||||
$l11nRequest->setData('color', $request->getData('color'));
|
||||
$l11nRequest->setData('language', $request->getData('language'));
|
||||
|
||||
$l11nTag = $this->createTagL11nFromRequest($l11nRequest);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user