Activités de "oncalldev@cloudassert.com"

Répondre

Can you share default.js (complete code) file with path and module

Répondre

Configure<AbpBundlingOptions>(options => { options.ScriptBundles .Configure( typeof(Volo.Abp.Account.Pro.Public.Web.Account).FullName, bundleConfig => { bundleConfig.AddFiles("/Pages/Identity/Roles/my-role-script.js"); }); }); In order to ovverride this account/src/Volo.Abp.Account.Pro.Public.Web/Pages/Account/Components/ProfileManagementGroup/ProfilePicture/Default.js, Virtual file, what is the typeof that should be added.

For example in the below picture type of is typeof(Volo.Abp.Identity.Web.Pages.Identity.Roles.IndexModel).FullName,So in my case what is the type of that should be added

Répondre

Where an we find Default.js file

Répondre

I havent enabled it

Répondre

The actual file size is arount 125kb This is the file i uploded , but in response it is getting stored as 2.0Mb , so the profile picture is also loaded very slow, what is the solution so that the profile picture get loaded as soon as we open the application

Question
  • ABP Framework versionv 8.0.1
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): Auth server separated angular
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

Post login, https://authserver-domain-name/api/account/profile-picture/fc6acc7a-ab15-e109-325e-3a0d8602930e request taking longer time to get response. Please find below screenshot image.png Seems the size of the response is around 34.7Mb. Due to this, Post login we were not able to see the profile icon at the top right corner until the request got completed. Attached a screenshot for your reference

Répondre

In abp-lookup select dropdown there is option "News letter",where it contains fours space after the work News, but in UI it is displayed as "Nes letter" with the single space

The following is the code snippet

            &lt;abp-lookup-select
            cid=&quot;abcIdFilter&quot;
            [getFn]=&quot;service.getabcLookup&quot; [emptyOption]=&quot;{label: &#39;&#39;, value: null}&quot;
            [(ngModel)]=&quot;filters.abcId&quot;
            [ngModelOptions]=&quot;{ standalone: true }&quot;
            (change)=&quot;search()&quot;
          &gt;&lt;/abp-lookup-select&gt;

  • ABP Framework version: v7.3.2
  • UI Type: Angular
  • Database System: EF Core (SQL Server)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes/no
  • Exception message and full stack trace:
  • Steps to reproduce the issue:

I have an abp-lookup-select dropdown, In that iam facing a space issue , As you see in the image there is a word "News letter", but actually is "News letter" where it contains space but in UI it is not considering the space. ,

Hi Liangshiwei, I have checked with small size profile picture (i.e. 50kb/120kb). Its response is much faster than earlier. In this case, how can we restrict the user to upload with maximum profile picture size that is 150kb in manage accounts page. Could you please help me on this

This page comes from auth server could you check it, iam not getting error message as you get, its like, , How can i change the object name of "ConfirmPassword" to "Confirm Password"

Affichage de 11 à 20 sur 37 entrées
Made with ❤️ on ABP v8.2.0-preview Updated on mars 25, 2024, 15:11