Skip to content

Commit

Permalink
33679 - Includes a new Icon for Questions being edited in a question …
Browse files Browse the repository at this point in the history
…Pool
  • Loading branch information
jcopado committed Oct 3, 2023
1 parent c9a579e commit 7cca1ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1389,7 +1389,7 @@ public function setTitleAndDescription(): void
}
$this->tpl->setTitle($title);
$this->tpl->setDescription($q_gui->object->getComment());
$this->tpl->setTitleIcon(ilObject2::_getIcon($this->object->getId(), 'big', $this->object->getType()));
$this->tpl->setTitleIcon('templates/default/images/standard/icon_ques.svg');
} else {
// Workaround for context issues: If no object was found, redirect without q_id parameter
$this->ctrl->setParameter($this, 'q_id', '');
Expand Down

0 comments on commit 7cca1ee

Please sign in to comment.