See ChangeLog.

Monotone-Parent: 48c12fa641df69cf590eb612abe134cece64c376
Monotone-Revision: 163c52e46e8d16915f36bb4aad9a0aa42276dc36

Monotone-Author: flachapelle@inverse.ca
Monotone-Date: 2011-10-06T18:51:41
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Francis Lachapelle
2011-10-06 18:51:41 +00:00
parent 7965cda482
commit 53ddf67cd5
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2011-10-06 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/generic.js (getListIndexForFolder): the
personal folder now stays on top, as returned by the server.
2011-10-04 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* SoObjects/SOGo/SOGoObject.m (-davComplianceClassesInContext:):

View File

@@ -1215,6 +1215,7 @@ function getListIndexForFolder(items, owner, folderName) {
var previousOwner = null;
for (i = 0; i < items.length; i++) {
if (items[i].id == '/personal') continue;
var currentFolderName = items[i].lastChild.nodeValue.strip();
var currentOwner = items[i].readAttribute('owner');
if (currentOwner == owner) {