summaryrefslogtreecommitdiffstats
path: root/Kernel/Modules/AdminDefaultTo.pm
Commit message (Collapse)AuthorAgeFilesLines
* Do not use '' as default value.Alexander Sulfrian2015-01-241-2/+2
| | | | | | The Yes/No fields need 0 as default value. If we set the value at the beginning to the empty string, we do not have any chance to default it later to 0.
* Do not use a hash for a single value.Alexander Sulfrian2015-01-241-3/+2
|
* Get the required objects only on demand from the OM.Alexander Sulfrian2015-01-241-14/+22
|
* Fix typos.Alexander Sulfrian2015-01-241-4/+4
|
* Remove quoting in hash reference.Alexander Sulfrian2015-01-241-4/+4
|
* Modules/AdminDefaultTo: Add module to manage DefaultTo entriesAlexander Sulfrian2015-01-221-0/+351
Add admin frontend module, template and appropriate config to manage the DefaultTo entries via the admin web interface.