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

Activities of "ryancyq"

Hi, in that case, you can modify metronic theme/styling directly to use different color/bahavior.

Hi @ydyazilim, please open a new issue for your problem.

also, share your ANZ version and framework in the new issue.

Hi, please share your ANZ and angular version.

this could be related to https://github.com/angular/angular-cli/issues/10899

Hi, please share your ANZ version and framework.

also is this profile picture functionality from ANZ by default or it's implemented by yourself?

Hi,

I bought it in july 2017 and have upgraded my ANZ solution.

please share the exact ANZ version you had upgraded from and to.

generally nswag config will be updated by ANZ when needed. However, you could still modify it according to your project requirements.

since your Abp package is 3.3, and you are unable to upgrade to ANZ 5.4 which was the upgrade for angular 6, you will need to apply the changes between 5.0.5 to 5.4.0 yourself.

https://github.com/aspnetzero/aspnet-zero-core/releases?after=v5.4.0

Hi,

In general for non mvc controller, it would be better to leverage on UnitOfWork instead of AbpSession.

Reason being, when a unit of work is being started, it will take TenantId from AbpSession by default. In addtion, when you are within a unit of work scope, you can change the TenantId value at any point in time.

For example,

  • service class gets tenant id from current unit of work
  • mvc controller begins unit of work with tenant id from abp session (this is done automatically by the framework)
  • background job begins unit of work scope and call service class within the scope

Hi, what is your ANZ version and framework?

Please share with us thar what visual settings did you change?

e.g. from old value to new value

Hi, so you mean angular service proxies?

Have you tried refeshing the proxies with nswag?

also, are you upgrading ANZ project together with angular upgrade? please share the ANZ version (upgrade from ? to ?)

Hi, how app service works is by converting the app service class into a asp net core controller, it uses action name (e.g Get/GetAll) for routing.

However, aspnet core does not support multiple actions with the same routing and differ only by parameters. See https://github.com/aspnet/Mvc/issues/6898

you can consider using different action names or handle both use cases in the same action (GetUsersWithProfiles)

Hi, looks like you want to use Metronic Theme4 as default.

you can follow the instructions in https://support.aspnetzero.com/QA/Questions/7222

Showing 121 to 130 of 573 entries