dbmsv4 init...3

This commit is contained in:
최준흠 2025-12-16 16:23:49 +09:00
parent d997ef3049
commit eb61a4bf9f

View File

@ -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']])) {