Avoid hybrid cache usage when traversing unpublished ancestors in a published context (non preview) (#19137)
* Filter Available should not return items without published ancestors when not in preview * Update unittests mocks * Internal documentation and minor code tidy. * Tidied up integration tests and added new tests for the added method. --------- Co-authored-by: Andy Butland <abutland73@gmail.com>
This commit is contained in:
@@ -274,6 +274,12 @@
|
||||
<Compile Update="Umbraco.Core\Services\PublishedUrlInfoProviderTests.cs">
|
||||
<DependentUpon>PublishedUrlInfoProviderTestsBase.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="Umbraco.Core\Services\PublishStatusServiceTests.Management.cs">
|
||||
<DependentUpon>PublishStatusServiceTests.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="Umbraco.Core\Services\PublishStatusServiceTests.Query.cs">
|
||||
<DependentUpon>PublishStatusServiceTests.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Update="ManagementApi\Services\UserStartNodeEntitiesServiceTests.ChildUserAccessEntities.cs">
|
||||
<DependentUpon>UserStartNodeEntitiesServiceTests.cs</DependentUpon>
|
||||
</Compile>
|
||||
|
||||
Reference in New Issue
Block a user