Base solution for your next web application

Activities of "ismcagdas"

Hi,

First of all, welcome to ABP community :).

By default, ABP's AppServices and MVC Controllers (derived from ABP controller base) are unitOfWork. It means that, every change in unitOfWork methods are committed when the method is exited. You can find more info here about unit of work <a class="postlink" href="http://aspnetboilerplate.com/Pages/Documents/Unit-Of-Work">http://aspnetboilerplate.com/Pages/Docu ... it-Of-Work</a>.

Why do you want to change that behaviour ?

Hi,

Thanks proovit, it's really appreciated.

Hi,

There is no build in staff right now but this issue might help you <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate/issues/1111">https://github.com/aspnetboilerplate/as ... ssues/1111</a>

You need to get attributes of each operation and filter it according to current user's rights.

Thanks for sharing your solution.

Hi,

Can you send your project to <a href="mailto:[email protected]">[email protected]</a> if it is not a problem ? I think there is a different problem, I want to check it by running the project.

Thanks.

Hi,

Can you share your github username. You must be invited in order to see private github sections for AspNet Zero.

Hi,

I'm not sure if this is related to jtable or not.

Do you use ASP.NET Core version of abp ? Do you only get this error for this specific method ?

And can you try to call this method in developer console like this.

abp.services.app.announcementService.getAllAnnouncements({})

Hi,

Sorry for the late response. I have restored your database and runned the project and sweet alert worked for me. But, I have found another strange problem which might be related to your case.

When we add a new language to the system, we cannot switch to that language. I'm still working on it but I think it will solve your problem.

By the way, did you deleted the default language (English) in your tests and added it again ?

Hi,

You can download more than one for test purposes. Just include test keyword in your project name.

Hi,

You can modify SubdomainTenancyNameFinder in order to find tenancy name from current url or you can implement a custom ITenancyNameFinder and use it instead of SubdomainTenancyNameFinder.

Currently AspNet zero does not have a built in feature fo using different themes for different tenants. You have to implement it by yourself.

Showing 12131 to 12140 of 12740 entries