Bug fixes
* Index.aspx: Gives this page a title * AdminController.cs: Trying to fix this Index : /Admin ... a 404 * YavscModel.csproj: * Commande.cs: * FileSystemController.cs: * WebFileSystemManager.cs: Refactoring the name of the files manager class * Index.aspx: Fixes the file system access * RemoveRole.aspx: Role removal form, had not a canonical name! * Web.csproj: a page was renamed
This commit is contained in:
parent
0b1b8f9a81
commit
2a30ae85a9
11 changed files with 50 additions and 25 deletions
|
|
@ -286,7 +286,6 @@
|
|||
<Content Include="robots.txt" />
|
||||
<Content Include="Scripts\form-new-user.js" />
|
||||
<Content Include="Views\FrontOffice\Estimate.aspx" />
|
||||
<Content Include="Views\Admin\RemoveRole..aspx" />
|
||||
<Content Include="Views\FrontOffice\EventPub.aspx" />
|
||||
<Content Include="Views\Account\Circles.aspx" />
|
||||
<Content Include="Views\Account\Register.ascx" />
|
||||
|
|
@ -461,6 +460,8 @@
|
|||
<Content Include="Views\Google\ChooseADate.aspx" />
|
||||
<Content Include="Views\Google\OtherWebException.aspx" />
|
||||
<Content Include="Models\AppAdmin.master" />
|
||||
<Content Include="Views\Google\Index.aspx" />
|
||||
<Content Include="Views\Admin\RemoveRole.aspx" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue