Base solution for your next web application
Starts in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "joe704la"

I want to be able to use the large modal like on here (<a class="postlink" href="https://angular-ui.github.io/bootstrap/#/modal">https://angular-ui.github.io/bootstrap/#/modal</a>) I am trying to figure out a way I can pass an attribute to the open modal function that when "large" is passed in that it will use the large width modal instead of the default one.

Would you have any suggestions on how I could achieve this?

Answer

Perfect thanks

Question

Is there any way to undelete a soft delete. I tried doing it by first finding something that was soft deleted and then doing an update on it to undelete it. But I am guessing the IRepository is not going to find anything that is Soft deleted. Is that true? Every time I do a FindFirstOrDefault on something that is soft deleted it never finds it.

Question

I created a users list that doesn't show Admins and only shows "Users" role. I then created a "Manager" role that I am allowing them to edit the "Users" roles, I will also need to allow the Managers to assign permissions to these basic users but I want to prevent them from giving the users permissions to everything. Only certain permissions such as viewing one particular area and that is it. Is this possible?

The reason, why I am trying to do it, is to give a web front to an old legacy system.

I have some stored procedures that are coming from a different database a previous developer created that I need to create views for in our app. I am wondering how to let's say I have a list of customers coming back from this stored procedure, I want to create a relation between this customer coming back from the stored procedure with an ABP user. I want to have my user have a one to many relationship with customers associated with it. I am thinking I will need to creating a mapping table that will store the customer's id in it so that when it goes and grabs this list of customer's it will know how to map the user with its associated customer's. Any help would be greatly appreciated.

Question

Has anyone else had issues with Log4Net stop working? As soon as I restart IIS it will start logging again. But I am curious if anyone has had the same issue and if so how they fixed this from happening from time to time.

I did something very similar. Thank you for the suggestion.

I am having a hard time figure out how to filter the admin users since you a user can have many roles. Would you have any code examples in the service layer?

Excellent, thank you

Showing 211 to 220 of 246 entries