Refactored initial relationtype creation as well and "Relate on copy" is now also using the relationservice so it fires events

This commit is contained in:
Sebastiaan Janssen
2014-08-20 17:01:12 +02:00
parent 03a845c957
commit 2d5e5e9b3c
7 changed files with 131 additions and 83 deletions

View File

@@ -467,6 +467,7 @@
<Compile Include="Strategies\Migrations\ClearCsrfCookiesAfterUpgrade.cs" />
<Compile Include="Strategies\Migrations\ClearMediaXmlCacheForDeletedItemsAfterUpgrade.cs" />
<Compile Include="Strategies\NotificationsHandler.cs" />
<Compile Include="Strategies\RelateOnCopyHandler.cs" />
<Compile Include="TagQuery.cs" />
<Compile Include="Trees\CoreTreeAttribute.cs" />
<Compile Include="Trees\DataTypeTreeController.cs" />