dbmsv4 init...3
This commit is contained in:
parent
d997ef3049
commit
eb61a4bf9f
@ -100,6 +100,9 @@ class PaymentHelper extends CommonHelper
|
|||||||
public function getListButton(string $action, string $label, array $viewDatas, array $extras = []): string
|
public function getListButton(string $action, string $label, array $viewDatas, array $extras = []): string
|
||||||
{
|
{
|
||||||
switch ($action) {
|
switch ($action) {
|
||||||
|
case 'create':
|
||||||
|
$action = "";
|
||||||
|
break;
|
||||||
case 'modify':
|
case 'modify':
|
||||||
//역활이 보안관리자가 아니면 수정불가
|
//역활이 보안관리자가 아니면 수정불가
|
||||||
if ($this->getAuthContext()->isAccessRole([ROLE['USER']['SECURITY']])) {
|
if ($this->getAuthContext()->isAccessRole([ROLE['USER']['SECURITY']])) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user