implement CRUD for Charactertypes (resolves issue #319)
This commit is contained in:
parent
166cb258c3
commit
6efc0b8130
12 changed files with 493 additions and 30 deletions
|
|
@ -211,7 +211,11 @@
|
|||
),
|
||||
'course' => array(
|
||||
'maxlength' => 128
|
||||
)
|
||||
),
|
||||
'charactertypename' => array(
|
||||
'minlength' => 1,
|
||||
'maxlength' => 32
|
||||
),
|
||||
);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue