feature: custom details first-class

custom details (such as those from the UserDetails plugin) can now be more deeply integrated throughtout the system
This commit is contained in:
Gary Sharp
2021-02-07 18:15:52 +11:00
parent e11d0871c4
commit 3e57af394d
41 changed files with 2700 additions and 1279 deletions
+10
View File
@@ -827,6 +827,11 @@
<DesignTime>True</DesignTime>
<DependentUpon>Queues.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Shared\_CustomDetailValueRender.generated.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>_CustomDetailValueRender.cshtml</DependentUpon>
</Compile>
<Compile Include="Views\Shared\DisplayTemplates\AccessDeniedException.generated.cs">
<DependentUpon>AccessDeniedException.cshtml</DependentUpon>
<AutoGen>True</AutoGen>
@@ -1445,6 +1450,7 @@
<DependentUpon>tinymce.js</DependentUpon>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="ClientSource\Style\Images\UnknownPhoto.png" />
<Content Include="ClientSource\Style\Shadowbox.min.css">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
@@ -2156,6 +2162,10 @@
<Generator>RazorGenerator</Generator>
<LastGenOutput>Licence.generated.cs</LastGenOutput>
</None>
<None Include="Views\Shared\_CustomDetailValueRender.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>_CustomDetailValueRender.generated.cs</LastGenOutput>
</None>
<None Include="Views\Shared\DisplayTemplates\AccessDeniedException.cshtml">
<Generator>RazorGenerator</Generator>
<LastGenOutput>AccessDeniedException.generated.cs</LastGenOutput>