Add a new Dashlet

Moderator: crythias

Locked
agromany
Znuny newbie
Posts: 2
Joined: 03 Sep 2013, 08:46
Znuny Version: 3.2.10
Real Name: Thomas Bauer
Company: Coldewey

Add a new Dashlet

Post by agromany »

Good Morning,

i have a problem to display all tickets created by the current user at the dashboard. My code until now looks like this:

Code: Select all

<Item Key="Attributes">CreatedUserIDs=$Self->{UserID};CreatedUserIDs=999;</Item>
If i use static CreatedUserIDs it is working properly.
My question now is, wether it is possible to print them relativly to the logged-in user and if it´s possible, could you please give me a hint to solve it. :)

Thomas
OTRS 3.2.10 Win Srv 2008 R2
agromany
Znuny newbie
Posts: 2
Joined: 03 Sep 2013, 08:46
Znuny Version: 3.2.10
Real Name: Thomas Bauer
Company: Coldewey

Re: Add a new Dashlet

Post by agromany »

Solved it myself by adding a new module...
OTRS 3.2.10 Win Srv 2008 R2
Locked