Browse Source

! Show tasks and its contents in the File Permissions area of the package manager

Signed-off-by: Michael Eshom <[email protected]>
Michael Eshom 10 years ago
parent
commit
1fbe789064
1 changed files with 7 additions and 1 deletions
  1. 7 1
      Sources/Packages.php

+ 7 - 1
Sources/Packages.php

@@ -2015,9 +2015,15 @@ function PackagePermissions()
 					'writable_on' => 'standard',
 				),
 				'Sources' => array(
-					'type' => 'dir',
+					'type' => 'dir_recursive',
 					'list_contents' => true,
 					'writable_on' => 'standard',
+					'contents' => array(
+						'tasks' => array(
+							'type' => 'dir',
+							'list_contents' => true,
+						),
+					),
 				),
 				'Themes' => array(
 					'type' => 'dir_recursive',