dannybeuker - 2013-12-04

Hi all,

Ive created numerous modules already, but I'm strugling with the one I want to create now. Maybe someone has an awnser.

The goal is to change the overview.xml in Incident- and Change management. The overview.xml is currently set to 7 days and 14 days. I want to change this to 30 days. Which by itself is not so much of an issue, because it is just this line that has to be edited:
<query>SELECT Incident WHERE DATE_SUB(NOW(), INTERVAL 30 DAY) < start_date</query>

This should be an extention instead of just an edited file.
So I created a new module, but the overview.xml is a seperate file and not a datamodel. So it does not get "loaded" with the installation of my new module. Can anyone explain me how to put the overview.xml into a new module so it can be edited there.

Thanks,
Danny.