Skip to content

Commit

Permalink
Add missing root content files to the import package.
Browse files Browse the repository at this point in the history
  • Loading branch information
tusmester committed Jul 9, 2019
1 parent 10db99f commit 626e4b1
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Preview/Preview.Controller/Preview.Controller.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PackageId>SenseNet.Preview.Install</PackageId>
<AssemblyName>SenseNet.Preview.Controller</AssemblyName>
<TargetFramework>netstandard2.0</TargetFramework>
<Version>7.1.2</Version>
<Version>7.1.3</Version>
<Authors>kavics,tusmester,aniko,lajos,bezoo</Authors>
<Company>Sense/Net Inc.</Company>
<Copyright>Copyright © Sense/Net Inc.</Copyright>
Expand Down
31 changes: 31 additions & 0 deletions src/Preview/nuget/snadmin/install-preview/import/Global.Content
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<ContentMetaData>
<ContentType>SystemFolder</ContentType>
<ContentName>Global</ContentName>
<Fields>
<Hidden>true</Hidden>
</Fields>
<Permissions>
<Identity path="/Root/IMS/BuiltIn/Portal/Developers">
<See>Allowed</See>
<Preview>Allowed</Preview>
<PreviewWithoutWatermark>Allowed</PreviewWithoutWatermark>
<PreviewWithoutRedaction>Allowed</PreviewWithoutRedaction>
<Open>Allowed</Open>
<OpenMinor>Allowed</OpenMinor>
<Save>Allowed</Save>
<Publish>Allowed</Publish>
<ForceCheckin>Allowed</ForceCheckin>
<AddNew>Allowed</AddNew>
<Approve>Allowed</Approve>
<Delete>Allowed</Delete>
<RecallOldVersion>Allowed</RecallOldVersion>
<DeleteOldVersion>Allowed</DeleteOldVersion>
<SeePermissions>Allowed</SeePermissions>
<SetPermissions>Allowed</SetPermissions>
<RunApplication>Allowed</RunApplication>
<ManageListsAndWorkspaces>Allowed</ManageListsAndWorkspaces>
<TakeOwnership>Allowed</TakeOwnership>
</Identity>
</Permissions>
</ContentMetaData>
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="utf-8"?>
<ContentMetaData>
<ContentType>Resources</ContentType>
<ContentName>Localization</ContentName>
<Fields>
<Hidden>true</Hidden>
</Fields>
<Permissions>
<Identity path="/Root/IMS/BuiltIn/Portal/Developers">
<See>Allowed</See>
<Preview>Allowed</Preview>
<PreviewWithoutWatermark>Allowed</PreviewWithoutWatermark>
<PreviewWithoutRedaction>Allowed</PreviewWithoutRedaction>
<Open>Allowed</Open>
<OpenMinor>Allowed</OpenMinor>
<Save>Allowed</Save>
<Publish>Allowed</Publish>
<ForceCheckin>Allowed</ForceCheckin>
<AddNew>Allowed</AddNew>
<Approve>Allowed</Approve>
<Delete>Allowed</Delete>
<RecallOldVersion>Allowed</RecallOldVersion>
<DeleteOldVersion>Allowed</DeleteOldVersion>
<SeePermissions>Allowed</SeePermissions>
<SetPermissions>Allowed</SetPermissions>
<RunApplication>Allowed</RunApplication>
<ManageListsAndWorkspaces>Allowed</ManageListsAndWorkspaces>
<TakeOwnership>Allowed</TakeOwnership>
</Identity>
</Permissions>
</ContentMetaData>
4 changes: 2 additions & 2 deletions src/Preview/nuget/snadmin/install-preview/manifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Package type='Install'>
<Id>SenseNet.Preview</Id>
<Description>sensenet Preview and Document Viewer</Description>
<ReleaseDate>2019-06-17</ReleaseDate>
<Version>7.1.2</Version>
<ReleaseDate>2019-07-09</ReleaseDate>
<Version>7.1.3</Version>
<Dependencies>
<Dependency id='SenseNet.Services' minVersion='7.6.1' />
</Dependencies>
Expand Down

0 comments on commit 626e4b1

Please sign in to comment.