Request (done?)

Filtering Recent Changes/#8455

Summary

done?
Jan 26, 2010
100%
Jan 26, 2010 / lcgs13
Jan 28, 2010 / lcgs13
pixtur
 

Attached files

No files uploaded
 
Is there a way to filter a specific Task_Category from the recent changes block for all the persons?

For example, lets say we wanted NOT to show in the Recent Changes Block the changes from TCATEGORY_MILESTONE.



1 Comments

lcgs13:

46 days ago

Solved!!!!

In the list_recentchanges.inc.php I added a validation to see if the Profile was PM or the Category diferent from the one I wanted to filter

 if (($c->item->category != TCATEGORY_FINACTV) or ($auth->cur_user->profile == PROFILE_PM) ) {

// normal code from here on.....
     if($c->item->type == ITEM_TASK) {
         if($changed_by_current_user) {
             echo '<li class=by_cur_user>';