summaryrefslogtreecommitdiffstats
path: root/Kernel
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Alexander Sulfrian2015-01-242-5/+5
|
* Remove quoting in hash reference.Alexander Sulfrian2015-01-241-4/+4
|
* Modules/AdminDefaultTo: Add module to manage DefaultTo entriesAlexander Sulfrian2015-01-223-0/+583
| | | | | Add admin frontend module, template and appropriate config to manage the DefaultTo entries via the admin web interface.
* DefaultTo: Add TitleExistsCheckAlexander Sulfrian2015-01-221-0/+21
| | | | | Add sub TitleExistsCheck to check if another DefaultTo entry exists with the given name.
* DefaultTo: Add comments, create_* and change_* fieldsAlexander Sulfrian2015-01-221-7/+22
| | | | | | Add some more database fields to be more like the default otrs interface and track the creation time and user and the last change time and user. Also now we have a comments field to add an additional description.
* DefaultTo: Remove additional information in Get()Alexander Sulfrian2015-01-211-25/+0
| | | | | | DefaultTo->Get() returned the name and id of the assigned templates. This could be replaced with a call of MappingList( DefautlTo => $ID) and is therefore removed from Get().
* Rename ResponseChangeDefaultTo to DefaultToAlexander Sulfrian2015-01-215-135/+126
|
* Add admin interface for mapping Templates and ResponseChangeDefaultToAlexander Sulfrian2015-01-213-0/+553
|
* ResponseChangeDefaultTo: Change return value of MappingList()Alexander Sulfrian2015-01-212-3/+2
| | | | | | MappingList now returns a HASH with the mapped objects as keys and the corresponding IDs of the mapping as values. The addition level with the MappingID key is removed.
* ResponseChangeDefaultTo: Remove All parameter in MappingList()Alexander Sulfrian2015-01-211-19/+1
|
* FilterElementPre: Fix Hash vs. Hashref usageAlexander Sulfrian2015-01-201-8/+13
|
* ResponseChangeDefaultTo: Fix wrong MappingAlexander Sulfrian2015-01-201-1/+1
| | | | | | | | If you List the mapping, you would expect that the ids of the mappings are the keys of the returned hash and the ids of mapped objects (dependent on the parameters either the response ids or the id of the ResponseChangeDefaultTo objects) are the values. This fixes this assumption.
* ResponseChangeDefaultTo.pm: Fix typo in SQLAlexander Sulfrian2015-01-201-1/+1
|
* FilterElementPre: fix parameter evaluationAlexander Sulfrian2015-01-191-1/+1
|
* FilterElementPre: handle data from backend moduleAlexander Sulfrian2015-01-191-3/+39
|
* ResponseChangeDefaultTo: implement backend moduleAlexander Sulfrian2015-01-191-0/+314
|
* FilterElementPre: remove unused dependenciesAlexander Sulfrian2015-01-191-10/+1
|
* Inital commitAlexander Sulfrian2015-01-193-0/+118