Skip to content

Commit 6b4fbf0

Browse files
committed
update Doclister
1 parent 1b68259 commit 6b4fbf0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

assets/js/easy-ui/themes/modx/easyui.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2355,7 +2355,20 @@
23552355
-webkit-font-smoothing: antialiased;
23562356
-moz-osx-font-smoothing: grayscale;
23572357
}
2358-
2358+
.tree-expanded:before,
2359+
.tree-collapsed:before,
2360+
.tree-expanded-hover:before,
2361+
.tree-collapsed-hover:before,
2362+
.tree-folder:before,
2363+
.tree-folder-open:before,
2364+
.tree-file:before,
2365+
.tree-dnd-yes:before,
2366+
.tree-dnd-no:before,
2367+
.tree-checkbox0:before,
2368+
.tree-checkbox1:before,
2369+
.tree-checkbox2:before {
2370+
font-weight: 400;
2371+
}
23592372
.panel-loading:before {
23602373
content:"\f021";
23612374
-webkit-animation: fa-spin 2s infinite linear;

assets/snippets/DocLister/core/DocLister.abstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ public function __construct($modx, $cfg = array(), $startTime = null)
244244
default:
245245
$cfg['idType'] = "parents";
246246
if (($IDs = $this->getCFGDef('parents', '')) === '') {
247-
$IDs = $this->getCurrentMODXPageID();
247+
$IDs = $cfg['parents'] = $this->getCurrentMODXPageID();
248248
}
249249
break;
250250
}

0 commit comments

Comments
 (0)