Hallo OTRS-Comunity,

zur Anzeige von Meldungen des RZ hab ich in OTRS 4 ein weiteres RSS-Feed
Widget im Dashboard eingefügt.

Dazu hab ich einfach im Verzeichnis /Kernel/Config/Files eine weitere
XML-Datei erstellt.  
(Kopie des Blocks: 
<ConfigItem Name="DashboardBackend###0410-RSS" Required="0" Valid="0">)

Nun teste ich OTRS 5 und hab das jetzt genauso gemacht, das Widget wird jedoch
nicht angezeigt, bzw. steht auch nicht im Block "Einstellungen" zur Verfügung,
so dass man es ein- oder ausblenden könnte.

In der SysConfig seh ich das Widget jedoch und kann es registrieren bzw.
aktivieren.

Muss ich da noch was ändern?

Und so sieht die XML-Datei aus:
RZ_Aktuell.xml
<?xml version="1.0" encoding="utf-8" ?>
<otrs_config version="1.0" init="Framework">

 <ConfigItem Name="DashboardBackend###0520-RSS" Required="0" Valid="1">
        <Description Translatable="1">Defines the parameters for the dashboard
backend. "Limit" defines the number of entries displayed by default. "Group" is
used to restrict access to the plugin (e. g. Group: admin;group1;group2;).
"Default" indicates if the plugin is enabled by default or if the user needs to
enable it manually. "CacheTTL" indicates the cache expiration period in minutes
for the plugin.</Description>
        <Group>Framework</Group>
        <SubGroup>Frontend::Agent::Dashboard</SubGroup>
        <Setting>
            <Hash>
                <Item Key="Module">Kernel::Output::HTML::DashboardRSS</Item>
                <Item Key="Title">RZ Aktuell</Item>
                <Item Key="Description">Aktuelle Mitteilungen des RZ</Item>
                <Item Key="URL">http://www....rss</Item>
                <Item Key="Block">ContentSmall</Item>
                <Item Key="Limit">5</Item>
                <Item Key="Group"></Item>
                <Item Key="Default">1</Item>
                <Item Key="CacheTTL">360</Item>
            </Hash>
        </Setting>
    </ConfigItem>
</otrs_config>

 
---------------------------------------------------------------------
OTRS mailing list: otrs-de - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs-de
To unsubscribe: http://lists.otrs.org/mailman/listinfo/otrs-de

Reply via email to