Hi all,
I’ve created a dynamic stats module, following the instructions in the OTRS developer book.
I placed the script in Kernel/System/Stats/Dynamic/
But it doesn’t appear in the ‘Dynamic-Object’ drop down on the page ‘Edit: Stat#’, step 1…
I can’t find any information about this problem.
Any idea?
Thanks.
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
You may need a xml file in Kernel/Config/Files. (yourfilename.xml)<?xml version="1.0" encoding="utf-8"?><otrs_config version="1.0" init="Application"><ConfigItem Name="Stats::DynamicObjectRegistration###somethingname" Required="0" Valid="1"><Description Translatable="1">Some sort of description</Description><Group>Ticket</Group><SubGroup>Core::Stats</SubGroup><Setting><Hash><Item Key="Module">Kernel::System::Stats::Dynamic::yourmodule</Item></Hash></Setting></ConfigItem></otrs_config>