Index: branches/5.2.x/admin/system_presets/simple/categories_c.php =================================================================== diff -u -N -r14997 -r15324 --- branches/5.2.x/admin/system_presets/simple/categories_c.php (.../categories_c.php) (revision 14997) +++ branches/5.2.x/admin/system_presets/simple/categories_c.php (.../categories_c.php) (revision 15324) @@ -37,13 +37,13 @@ // fields to hide $hidden_fields = Array ( - 'CategoryId', /*'Type', 'SymLinkCategoryId', 'ParentId', 'Name', 'Filename', 'AutomaticFilename',*/ + /*'CategoryId', 'Type', 'SymLinkCategoryId', 'ParentId', 'Name', 'Filename', 'AutomaticFilename',*/ /*'Description',*/ 'CreatedOn', 'EditorsPick', 'Status', 'DirectLinkEnabled', 'RequireSSL', 'RequireLogin', /*'Priority', 'MetaKeywords', 'CachedDescendantCatsQty', 'CachedNavbar',*/ 'CreatedById', /*'ResourceId', 'ParentPath', 'TreeLeft', 'TreeRight', 'NamedParentPath', 'MetaDescription', 'HotItem',*/ 'NewItem', - /*'PopItem', 'Modified', 'ModifiedById', 'CachedTemplate',*/ 'Template', /*'UseExternalUrl', 'ExternalUrl',*/ - 'UseMenuIconUrl', 'MenuIconUrl', 'Title', 'MenuTitle', /*'MetaTitle', 'IndexTools', 'IsMenu',*/ - 'PromoBlockGroupId', 'Protected', 'Type', 'FormId', 'FormSubmittedTemplate', /*'FriendlyURL', 'ThemeId', + /*'PopItem', 'Modified', 'ModifiedById', 'CachedTemplate', 'Template', 'UseExternalUrl', 'ExternalUrl',*/ + 'UseMenuIconUrl', 'MenuIconUrl', 'Title', 'MenuTitle', /*'MetaTitle', 'IndexTools', 'IsMenu', + 'PromoBlockGroupId', 'Protected',*/ 'FormId', 'FormSubmittedTemplate', /*'FriendlyURL', 'ThemeId', 'EnablePageCache', 'OverridePageCacheKey', 'PageCacheKey', 'PageExpiration'*/ ); @@ -54,7 +54,10 @@ ); $debug_only_fields = Array ( - 'Filename', 'AutomaticFilename', 'SymLinkCategoryId' + 'CategoryId', + 'Filename', 'AutomaticFilename', 'SymLinkCategoryId', + 'PromoBlockGroupId', 'Protected', 'Type', 'Template', + 'EnablePageCache', 'OverridePageCacheKey', 'PageCacheKey', 'PageExpiration', ); // fields to make required