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
|
|
@ -114,7 +114,6 @@
|
|||
<Compile Include="FrontOffice\Catalog\CatalogHelper.cs" />
|
||||
<Compile Include="FrontOffice\Catalog\CatalogManager.cs" />
|
||||
<Compile Include="FrontOffice\Catalog\CatalogProvider.cs" />
|
||||
<Compile Include="FileSystem\FileSystemManager.cs" />
|
||||
<Compile Include="FileSystem\InvalidDirNameException.cs" />
|
||||
<Compile Include="FileSystem\WebFileInfo.cs" />
|
||||
<Compile Include="FrontOffice\CommandStatus.cs" />
|
||||
|
|
@ -179,6 +178,7 @@
|
|||
<Compile Include="Calendar\IFreeDateSet.cs" />
|
||||
<Compile Include="Calendar\ICalendarManager.cs" />
|
||||
<Compile Include="Messaging\Notification.cs" />
|
||||
<Compile Include="FileSystem\WebFileSystemManager.cs" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue