Activities of "ninomartini"

I am trying to install v2.9 of the Cli and Suite. I can install a specific verion of the ABP Cli with the following command:

dotnet tool install -g volo.abp.cli --version 2.9

How can I install a specific version of ABP Suite? The following command is loading ABP Suite 3.0

abp suite install

FYI. Angular project using ABP and ABP Suite 2.9.

User is unable to update their email address from "Manage your profile". The only way to update the user address is from Administration -> Idenentity Managment -> Users.

FYI. Angular project using ABP and ABP Suite 2.9.

The CRUD Page generator is adding a space to enums when more than one uppercase character is used.

C# Enum

public enum BillingPeriodType
{
    Monthly=1,
    Quarter=2,
    SemiAnnual=3,
    Annual=4
}

Enum generated in Angular (notice the space in semi annual)

export enum BillingPeriodType {
    Monthly = 1,
    Quarter = 2,
    Semi annual = 3,
    Annual = 4
}

Keep up the great work, I like what I am seeing.

@mehmet Thank you for informtion theCurrentUserImageComponent.

@alper Yes, Angular 2.7.

Account self registration not displaying correctly when switching tenants. When switching tenants, the login page does not show or hide the register link correctly unless the page is refreshed.

Steps to reproduce:

  1. Tenant-A has sef-registraion enabled
  2. Tenant-B has self registration disabled
  3. When switching from Tenant-A to Tenant-B on login form--the register link is showing even though the Tenant has self registration disabled
  4. Refreshing the page (F5) will hide the register link

Gravatars are linked by email, correct? However, all my users are showing the same Gravatar. Even accounts with Gravators setup.

Can I change the default Gravator for users that don't have Gravator?

Thank you in advance.

The header's avatar in a previous version was a more generic user avatar.

The current version has a different user avatar.

Was this changed in the template or controlled by a setting? Can you point me to any addtional information?

Thank you in advance.

Hello,

Just want to bring your attetion to a small cosmetic issue with the tenant listing screen. It seems the table column headers are not aligning with the table column rows. Furthermore, the height of the table headers when viewed from a mobile device are wrong. Please refer to the attached images.

Showing 21 to 29 of 29 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 19, 2024, 10:13