implement CRUD for Charactertypes (resolves issue #319)
This commit is contained in:
parent
a4ccb74e8c
commit
9b05d99391
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