Skip to content

Commit

Permalink
User timeline uses current project selection
Browse files Browse the repository at this point in the history
Make timeline show events for current project selection, in the same way
implemented in "my view page"
  • Loading branch information
cproensa authored and vboctor committed Mar 27, 2017
1 parent 77097d6 commit 62f13d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions view_user_page.php
Expand Up @@ -161,8 +161,6 @@
$g_timeline_filter[FILTER_PROPERTY_HIDE_STATUS] = array( META_FILTER_NONE );
$g_timeline_filter = filter_ensure_valid_filter( $g_timeline_filter );
$g_timeline_user = $f_user_id;
# Override current project, to let timeline show events for all-projects
$g_project_override = ALL_PROJECTS;
?>
<div class="col-md-5 col-xs-12">
<?php include( $g_core_path . 'timeline_inc.php' ); ?>
Expand Down

0 comments on commit 62f13d0

Please sign in to comment.