Gets most of the configurable list view working, need to add some validation to the pre-value editor, some styling for the sorting of a field, add another system field for 'published date' (if possible), fix up the localized text for return to list view, fix up the persisting of the last page viewed in a list view

This commit is contained in:
Shannon
2014-09-15 13:53:33 +10:00
parent ac29542f8e
commit 96d570e760
22 changed files with 680 additions and 636 deletions

View File

@@ -88,7 +88,7 @@ namespace Umbraco.Web.Models.Mapping
if (media.ContentType.IsContainer)
{
TabsAndPropertiesResolver.AddContainerView(display, "media");
TabsAndPropertiesResolver.AddListView(display, "media");
}
TabsAndPropertiesResolver.MapGenericProperties(media, display);