summaryrefslogtreecommitdiffstats
path: root/Kernel/System
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos.Alexander Sulfrian2015-01-241-1/+1
|
* 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-211-44/+44
|
* ResponseChangeDefaultTo: Change return value of MappingList()Alexander Sulfrian2015-01-211-1/+1
| | | | | | 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
|
* 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
|
* ResponseChangeDefaultTo: implement backend moduleAlexander Sulfrian2015-01-191-0/+314
|
* Inital commitAlexander Sulfrian2015-01-191-0/+25