We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ab9a5d commit 01e2769Copy full SHA for 01e2769
src/org/exist/client/InteractiveClient.java
@@ -379,7 +379,7 @@ protected void getResources() throws XMLDBException {
379
final Date created = mgtService.getSubCollectionCreationTime(current, childCollections[i]);
380
381
if ("true".equals(properties.getProperty(PERMISSIONS))) {
382
- resources[i] = '-' + perm.toString() + '\t' + getOwnerName(perm)
+ resources[i] = 'c' + perm.toString() + '\t' + getOwnerName(perm)
383
+ '\t' + getGroupName(perm) + '\t'
384
+ created.toString() + '\t'
385
+ childCollections[i];
0 commit comments