mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-29 16:54:06 +02:00
ShowController: fix history links for hex source
This commit is contained in:
parent
72b1f01592
commit
bbc90710cb
@ -134,6 +134,7 @@ class ShowController extends ActionController
|
|||||||
$this->view->entry = $this->db()->fetchActivityLogEntryById($id);
|
$this->view->entry = $this->db()->fetchActivityLogEntryById($id);
|
||||||
} elseif ($checksum = $this->params->get('checksum')) {
|
} elseif ($checksum = $this->params->get('checksum')) {
|
||||||
$this->view->entry = $this->db()->fetchActivityLogEntry(Util::hex2binary($checksum));
|
$this->view->entry = $this->db()->fetchActivityLogEntry(Util::hex2binary($checksum));
|
||||||
|
$id = $this->view->entry->id;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->view->neighbors = $this->db()->getActivitylogNeighbors(
|
$this->view->neighbors = $this->db()->getActivitylogNeighbors(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user