silverstripe-cms/code
Sean Harvey 27749fdb7a AssetAdmin: PHP warning trying to add empty values into CompositeField
If the logged in user doesn't have permission to add a Folder record,
AssetAdmin::getEditForm() tries to enter an empty value into the
children of a ComposteField. This breaks SSViewer with a
call_user_func invalid args PHP warning.

Only include these buttons when they're available to the user.
2013-08-27 14:30:39 +12:00
..
batchactions Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
controllers AssetAdmin: PHP warning trying to add empty values into CompositeField 2013-08-27 14:30:39 +12:00
forms BUGFIX Ensure required lang and css are loaded when using SiteTreeURLSegmentField 2012-11-08 12:53:43 +10:00
model FIX Check for stage and drafts in SiteTree::canView() 2013-08-09 10:45:09 +12:00
reports BUGFIX: Fixed SideReport for use with Postgres (using v8.4) which requires table/column-names to be quoted. MySQL seems OK with either/both 2012-10-19 16:04:32 +13:00
search Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00
staticpublisher Method visibility according to coding conventions 2012-09-20 10:41:50 +02:00