OpenCodeFoundation / asset-manager

The Asset Manager is an Open Source Asset Management System. Asset Manager was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on.
http://asset-manager.azurewebsites.net
MIT License
32 stars 17 forks source link

Add Create, Detail, edit & delete view page for Company #31

Open aftabkajal opened 6 years ago

aftabkajal commented 6 years ago

I'm submitting a...


[x] Bug report  
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Other... Please describe:

Current behavior

The current Create page showing given below error. Create page is not working.

InvalidOperationException: The following sections have been defined but have not been rendered by the page at '/Views/Shared/_Layout.cshtml': 'Scripts'. To ignore an unrendered section call IgnoreSection("sectionName").
Microsoft.AspNetCore.Mvc.Razor.RazorPage.EnsureRenderedBodyOrSections()"

There is no detail, edit view page. also need to modify Companies controller.

Expected behavior

Should be a create, detail, edit & delete view page.

aftabkajal commented 6 years ago

Render issue solved but some element are not working now.