Merge pull request #5926 from JakubOnderka/patch-103

new: [UI] Add event ID to page table
pull/5609/merge
Andras Iklody 2020-05-19 22:55:56 +02:00 committed by GitHub
commit 3274778d35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1602,6 +1602,7 @@ class EventsController extends AppController
$this->set('defaultFilteringRules', $this->defaultFilteringRules);
$this->set('mitreAttackGalaxyId', $this->Event->GalaxyCluster->Galaxy->getMitreAttackGalaxyId());
$this->set('modificationMapCSV', $modificationMapCSV);
$this->set('title_for_layout', __('Event #%s', $event['Event']['id']));
}
public function view($id = null, $continue=false, $fromEvent=null)