Bug fix in edit user control array for custom error example data missing

This commit is contained in:
2025-04-15 17:48:35 +09:00
parent 7ac13c2ba6
commit c603922fca
2 changed files with 3 additions and 2 deletions

View File

@@ -182,6 +182,7 @@ class EditUsers implements Interface\TableArraysInterface
'type' => 'text',
'error_check' => 'unique|custom',
'error_regex' => "/^[A-Za-z0-9]+$/",
'error_example' => "ABCdef123",
'emptynull' => 1,'min_edit_acl' => '100',
'min_show_acl' => '100',
],