2014-08-22 Junichi Satoh <junichi@rworks.jp>
* mobile/operation/events.php: Fixed present event filter loading failure. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10447 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
9c3208eff7
commit
884f59d9a8
|
@ -1,3 +1,8 @@
|
|||
2014-08-22 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* mobile/operation/events.php: Fixed present event filter loading
|
||||
failure.
|
||||
|
||||
2014-08-21 Alejandro Gallardo <alejandro.gallardo@artica.es>
|
||||
|
||||
* include/functions_networkmap.php,
|
||||
|
|
|
@ -406,7 +406,7 @@ class Events {
|
|||
$this->free_search = $filter['search'];
|
||||
$this->hours_old = $filter['event_view_hr'];
|
||||
$this->status = $filter['status'];
|
||||
$this->type = $filter['type'];
|
||||
$this->type = $filter['event_type'];
|
||||
$this->severity = $filter['severity'];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue