Adding dynamic content type rights management

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-10-05 16:35:55 -07:00
parent 8ef28802a7
commit aca883f54a
3 changed files with 79 additions and 10 deletions

View File

@@ -86,6 +86,7 @@
<Compile Include="Common\ViewModels\ContainerEditorViewModel.cs" />
<Compile Include="Common\ViewModels\TextContentFieldDisplayViewModel.cs" />
<Compile Include="Common\ViewModels\TextContentFieldEditorViewModel.cs" />
<Compile Include="Contents\AuthorizationEventHandler.cs" />
<Compile Include="Contents\Controllers\ItemController.cs" />
<Compile Include="Contents\Drivers\ContentsDriver.cs" />
<Compile Include="Contents\DynamicPermissions.cs" />