Base solution for your next web application

Activities of "kimoerum"

Hi,

ASP:NET ZERO version 6.4.0.0 - on Core and using MVC. Working on the HOST.

I am adding a new role where there is no permission to see the Editions entity. After that, a usere is created and included in this new role only.

When I try to log in as the new user I get this exception:

When I add "Editions" to the role permissions, it works perfect. But I don't want the "Editions" for this role, and don't think I should get an exception on that.

Be also aware that I made no changes to persmissions at all - they are as they come out of the "box". Just in case that should have anything to do with the cause to the problem.

How to solve this issue?

Thanks in advance.

Hello,

I am trying to use OU (Organisational Units) to control the results from an entity lists. (Ex. "See only Tennants assigned to your OU" )

Here I realize, that when I want need to add a user to an OU (by clicking the checkbox), ALL OU checkboxes on the levels above to OU that I want to assig, is also beeing checked automatically... And if I uncheck those above, all OU's below i also unchecked.

I don't think the current default behaviour is the "best chooice" in this case for the OU's. I would for this usecase prefere, that only the one OU I do select is beeing checked.

Is there a way that I can get this configured to reach my goal?

Thanks in advance.

Hello,

I am trying to install my first version of ASP.NET Zero with a Core and MVC project following this procedure: https://docs.aspnetzero.com/documents/zero/latest/Getting-Started-Core

All seems to work fine, until I launch the site - the I get different "strange behaviours".

After the first login (blank tennant and with the default Admin credentials) I get:

Using the /Account/Reset... URL I can change the password and get to the Dashboard. But many parts dont work:

Finally if I look at the Developers tool in the browser I see:

Can you please direct me to what I am missing out in the procedure.

Thanks in advance.

Hi, I wonder why I cannot use the EF attribute [Index] on entities in my ASP.NET Zero project?

I use the Abp.EntityFramework v. 2.0.2 that is build on EF 6.1 as far as I can see. I use the newest ASP.NET Zero project. And as far as I can see the [Index] attribute is supported with EF 6.

Any suggestions to why?

Kim.

Hi, I downloaded the Acme.PhoneBook sample (MVC5andJQuery) and are now trying to read your documentation (<a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Mvc-Angularjs">https://www.aspnetzero.com/Documents/De ... -Angularjs</a>). From the page: <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide">https://www.aspnetzero.com/Documents/Development-Guide</a> both the JQuery and the Angularjs links to the same documentation page. If I look at the folder structure described in the documentation: <a class="postlink" href="https://www.aspnetzero.com/Documents/Development-Guide-Mvc-Angularjs#application-folders">https://www.aspnetzero.com/Documents/De ... on-folders</a> then this seems not to match what I find in the actual downloaded project file (PhoneBookMVCandJQuery).

The first thing I notice is that there is no "App" folder in the project file. Why? Is there an updated documentation availably that fit's the actual project file?

Thanks in advance.

Showing 1 to 5 of 5 entries