/**
  * @param string $session_key
  */
 public function __construct($session_key)
 {
     parent::__construct(ilPasteIntoMultipleItemsExplorer::SEL_TYPE_CHECK, 'ilias.php?baseClass=ilRepositoryGUI&cmd=goto', $session_key);
     $this->removeFormItemForType('root');
     $this->removeFormItemForType('crs');
     $this->removeFormItemForType('grp');
     $this->removeFormItemForType('cat');
     $this->removeFormItemForType('fold');
     $this->addFormItemForType('tst');
     $this->addFilter('tst');
 }