mirror of
https://github.com/Karaka-Management/oms-ContractManagement.git
synced 2026-02-15 18:08:41 +00:00
fix tests
This commit is contained in:
parent
91607f6c0c
commit
28a2339888
|
|
@ -62,7 +62,7 @@ return [
|
||||||
|
|
||||||
'^.*/contract/attribute.*$' => [
|
'^.*/contract/attribute.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiAttributeCreate',
|
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiContractAttributeCreate',
|
||||||
'verb' => RouteVerb::PUT,
|
'verb' => RouteVerb::PUT,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => Controller::NAME,
|
'module' => Controller::NAME,
|
||||||
|
|
@ -71,7 +71,7 @@ return [
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiAttributeUpdate',
|
'dest' => '\Modules\ContractManagement\Controller\ApiAttributeController:apiContractAttributeUpdate',
|
||||||
'verb' => RouteVerb::SET,
|
'verb' => RouteVerb::SET,
|
||||||
'permission' => [
|
'permission' => [
|
||||||
'module' => Controller::NAME,
|
'module' => Controller::NAME,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user