Display the channel ID of a shared folder to be able to restore it

This commit is contained in:
yflory
2019-06-14 14:12:43 +02:00
parent 3e4ee75137
commit ba877ba459
2 changed files with 10 additions and 0 deletions

View File

@@ -3149,6 +3149,7 @@ define([
//data.noPassword = true;
data.noEditPassword = true;
data.noExpiration = true;
data.sharedFolder = true; // XXX debug
}
UIElements.getProperties(common, data, cb);