/**
  * @param Tracker_FormElement_Field_List_Bind_UsersValue $value the value of the field
  *
  * @return string
  */
 public function formatChangesetValue($value)
 {
     if ($value->getId() == 100) {
         return '';
     } else {
         return $value->fetchFormatted();
     }
 }
 /**
  * @param Tracker_FormElement_Field_List_Bind_UsersValue $value the value of the field
  *
  * @return string
  */
 public function formatChangesetValue($value)
 {
     return $value->fetchFormatted();
 }