Make sure tha Form::FieldType can find subclasses (in subdirectories) of Forms.

This commit is contained in:
Colin Kuskie 2008-12-23 00:45:34 +00:00
parent d502f4b5de
commit 6fc73d854b
2 changed files with 3 additions and 2 deletions

View file

@ -6,6 +6,7 @@
- fixed a bug where clicking the apply button when func=add would return the
edit screen of the parent asset rather than that of the new asset. (Martin
Kamerbeek / Oqapi).
- fixed: Make sure that Form subclasses are found by WebGUI::Form::FieldType
7.6.7
- fixed #9263: Thingy possibleValues processing, and List type autodetection.