Fix display of users with no possible subscription

pull/53/head
Francis Lachapelle 2014-08-25 10:16:10 -04:00
parent 74bd96e5a6
commit 28f26ec08e
2 changed files with 3 additions and 2 deletions

1
NEWS
View File

@ -10,6 +10,7 @@ Enchancements
Bug fixes
- fixed crasher when subscribing users to resources (#2892)
- fixed encoding of new calendars and new subscriptions (JavaScript only)
- fixed display of users with no possible subscription
2.2.7 (2014-07-30)
------------------

View File

@ -158,8 +158,8 @@ function foldersSearchCallback(http) {
d.aIndent.push(indentValue);
var dd = $("dd" + nodeId);
if (response.length) {
var folders = response.evalJSON();
var folders = response.evalJSON();
if (folders.length) {
var user = http.callbackData["user"];
dd.innerHTML = '';