- #947: Lists group former members to group admins -JAC
- #1481: Adds group nl subscription from group profile edition -JAC
- #1504: Displays users without profile in alphabetic lists -JAC
+ - #1507: Adds sort on last modification in directory display -JAC
- #1508: Do not export emails in members csv files -JAC
- #1511: Adds subscriber position to groups -JAC
new UFO_Promo(UserFilter::DISPLAY, true),
new UFO_Name(Profile::DN_SORT),
), 'promotion'));
+ $this->addSort(new PlViewOrder('date_mod', array(
+ new UFO_ProfileUpdate(true),
+ new UFO_Promo(UserFilter::DISPLAY, true),
+ new UFO_Name(Profile::DN_SORT),
+ ), 'dernière modification'));
parent::__construct($set, $params);
}