The branch "master" has been updated. The following is a summary of the commits.
from: efc488e7e71d3ac56391f894bbe9811cc1d4a436 d7f3d75 Bug: 14471 Fix sorting by a name field. Summary: http://github.com/horde/horde/compare/efc488e7e71d3ac56391f894bbe9811cc1d4a436...d7f3d75885ac69fd4bff9282c9fa9bda6bc9ab8c ----------------------------------------------------------------------- commit d7f3d75885ac69fd4bff9282c9fa9bda6bc9ab8c Author: Michael J Rubinsky <[email protected]> Date: Sat Sep 17 21:49:51 2016 -0400 Bug: 14471 Fix sorting by a name field. This regression is related to Bug: 14463, as it was introduced with the same change. In this case, since when we are sorting by a name field, we use a "private" __lastname and __firstname attribute which is not known by the driver's map, so it is ignored. turba/lib/Object.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) http://github.com/horde/horde/commit/d7f3d75885ac69fd4bff9282c9fa9bda6bc9ab8c -- commits mailing list Frequently Asked Questions: http://wiki.horde.org/FAQ To unsubscribe, mail: [email protected]
