| Project: | ProjectPier |
| Version: | 0.8.6-stable |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | phpfreak |
| Status: | closed - fixed |
Jump to:
Description
It would be great if changes from plugins would also show up in the recent activities list of the dashboard, like wiki changes and booked time.
They are actually there in the database but get filtered out. Fix:
In file /application/models/application_logs/ApplicationLogs.class.php
add after line 183
if (class_exists($manager_class_name)) {$filtered_logs[] = $log;
}
Great! Thank you!
Part of 0.8.6-stable.