Custom Portals or Panes

Can one create custom Portals such as the ones the Gui provides for MyTickets and Unowned Tickets and have them listed in the selection lists where one edits dashboards?

General procedure? Or files to look at to see how these are coded? I would want them editable, having a edit button in the corner like the My Tickets and Unowned Ticket ones do.

Thanks

[ARC]http://www.arcproductions.com/

Ray Corbett Technology Projects Manager

p: 416.682.5200 x5232 | f: 416.682.5209
Arc Productions Ltd. | 230 Richmond Street East | Toronto, ON M5A 1P4
www.arcproductions.comhttp://www.arcproductions.com

Can one create custom Portals such as the ones the Gui provides for MyTickets and Unowned
Tickets and have them listed in the selection lists where one edits dashboards?

General procedure? Or files to look at to see how these are coded? I would want them
editable, having a edit button in the corner like the My Tickets and Unowned Ticket ones do.

You can save a search and it’ll show up there as Saved Search: My Stuff
If you need something that can only be done in perl code, you’ll need
to look at the list of things in @HomepageComponents in your config
and then look at the files named there in your
/opt/rt4/share/html/Elements directory. Copy one, edit it, add it to
@HomepageComponents in RT_SiteCOnfig.pm and it’ll show up. But, that
won’t have Edit - the Edit thing is tied to the saved searches.

-kevin