mirror of
https://github.com/Karaka-Management/oms-Support.git
synced 2026-02-17 16:48:39 +00:00
too many changes
This commit is contained in:
parent
508718fed3
commit
51941488bc
|
|
@ -2,7 +2,7 @@
|
||||||
/**
|
/**
|
||||||
* Karaka
|
* Karaka
|
||||||
*
|
*
|
||||||
* PHP Version 7.4
|
* PHP Version 8.1
|
||||||
*
|
*
|
||||||
* @package Web\{APPNAME}
|
* @package Web\{APPNAME}
|
||||||
* @copyright Dennis Eichhorn
|
* @copyright Dennis Eichhorn
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
"phpOMS-db": "1.0.0"
|
"phpOMS-db": "1.0.0"
|
||||||
},
|
},
|
||||||
"creator": {
|
"creator": {
|
||||||
"name": "Karaka",
|
"name": "Jingga",
|
||||||
"website": "jingga.app"
|
"website": "jingga.app"
|
||||||
},
|
},
|
||||||
"description": "The shop application.",
|
"description": "The shop application.",
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
"dir": "ltr",
|
"dir": "ltr",
|
||||||
"start_url": "../../{APPNAME}",
|
"start_url": "../../{APPNAME}",
|
||||||
"type": "privileged",
|
"type": "privileged",
|
||||||
"name": "Karaka Shop",
|
"name": "Jingga Shop",
|
||||||
"description": "OMS shop application.",
|
"description": "OMS shop application.",
|
||||||
"short_name": "OMS Shop",
|
"short_name": "OMS Shop",
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|
|
||||||
|
|
@ -501,7 +501,7 @@ final class ApiController extends Controller
|
||||||
|
|
||||||
$attrL11n = $this->createTicketAttributeTypeL11nFromRequest($request);
|
$attrL11n = $this->createTicketAttributeTypeL11nFromRequest($request);
|
||||||
$this->createModel($request->header->account, $attrL11n, TicketAttributeTypeL11nMapper::class, 'attr_type_l11n', $request->getOrigin());
|
$this->createModel($request->header->account, $attrL11n, TicketAttributeTypeL11nMapper::class, 'attr_type_l11n', $request->getOrigin());
|
||||||
$this->fillJsonResponse($request, $response, NotificationLevel::OK, 'Attribute type localization', 'Attribute type localization successfully created', $attrL11n);
|
$this->fillJsonResponse($request, $response, NotificationLevel::OK, 'Localization', 'Localization successfully created', $attrL11n);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
@ -722,7 +722,7 @@ final class ApiController extends Controller
|
||||||
|
|
||||||
$attrL11n = $this->createTicketAttributeValueL11nFromRequest($request);
|
$attrL11n = $this->createTicketAttributeValueL11nFromRequest($request);
|
||||||
$this->createModel($request->header->account, $attrL11n, TicketAttributeValueL11nMapper::class, 'attr_value_l11n', $request->getOrigin());
|
$this->createModel($request->header->account, $attrL11n, TicketAttributeValueL11nMapper::class, 'attr_value_l11n', $request->getOrigin());
|
||||||
$this->fillJsonResponse($request, $response, NotificationLevel::OK, 'Attribute type localization', 'Attribute type localization successfully created', $attrL11n);
|
$this->fillJsonResponse($request, $response, NotificationLevel::OK, 'Localization', 'Localization successfully created', $attrL11n);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "karaka/karaka",
|
"name": "karaka/karaka",
|
||||||
"description": "PHP Framework for Karaka.",
|
"description": "PHP Framework for Jingga.",
|
||||||
"authors": [
|
"authors": [
|
||||||
{
|
{
|
||||||
"name": "Dennis Eichhorn",
|
"name": "Dennis Eichhorn",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user