diff --git a/app/init.php b/app/init.php index e790062ea..7a302c967 100644 --- a/app/init.php +++ b/app/init.php @@ -32,7 +32,7 @@ const APP_EMAIL_SECURITY = 'security@localhost.test'; // Default security email const APP_USERAGENT = APP_NAME.'-Server v%s. Please report abuse at %s'; const APP_MODE_ADMIN = 'admin'; const APP_PAGING_LIMIT = 15; -const APP_CACHE_BUSTER = 104; +const APP_CACHE_BUSTER = 113; const APP_VERSION_STABLE = '0.5.3'; const APP_STORAGE_UPLOADS = '/storage/uploads'; const APP_STORAGE_CACHE = '/storage/cache'; diff --git a/app/views/console/database/collection.phtml b/app/views/console/database/collection.phtml index b2b35fa1e..ab5c366f4 100644 --- a/app/views/console/database/collection.phtml +++ b/app/views/console/database/collection.phtml @@ -90,7 +90,7 @@ - + [...] {...} diff --git a/app/views/console/database/document.phtml b/app/views/console/database/document.phtml index 934d2534f..67d69002d 100644 --- a/app/views/console/database/document.phtml +++ b/app/views/console/database/document.phtml @@ -16,11 +16,27 @@ $collections = []; $type = (isset($rule['type'])) ? $rule['type'] : ''; $list = (isset($rule['list'])) ? $rule['list'] : false; $array = (isset($rule['array'])) ? $rule['array'] : false; - - if($type !== 'document') { - continue; - } ?> + + + +
+ + + + +
+ + + + + + + getId()) { continue; // Do not allow rec recrusion @@ -37,9 +53,6 @@ $collections = []; $collections[$childCollection->getId()] = $childCollection->getAttribute('name'); ?>
-