implement CRUD for Charactertypes (resolves issue #319)

This commit is contained in:
coderkun 2014-05-30 10:46:53 +02:00
commit 9b05d99391
12 changed files with 493 additions and 30 deletions

View file

@ -211,7 +211,11 @@
),
'course' => array(
'maxlength' => 128
)
),
'charactertypename' => array(
'minlength' => 1,
'maxlength' => 32
),
);