summaryrefslogtreecommitdiffstats
path: root/Kernel
Commit message (Collapse)AuthorAgeFilesLines
* 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