Starts in:
2 DAYS
4 HRS
2 MIN
27 SEC
Starts in:
2 D
4 H
2 M
27 S

Activities of "ninomartini"

@sean.alford,

Thank you for the suggestion. Unfortunately, it did not work for me. I get the error below:

error NU1101: Unable to find package volo.abp.suite. No packages exist with this id in source(s): ABP Nightly, C:\Program Files\dotnet\sdk\NuGetFallbackFolder, Microsoft Visual Studio Offline Packages, nuget.org
The tool package could not be restored.
Tool 'volo.abp.suite' failed to install. This failure may have been caused by:

* You are attempting to install a preview release and did not use the --version option to specify the version.
* A package by this name was found, but it was not a .NET Core tool.
* The required NuGet feed cannot be accessed, perhaps because of an Internet connection problem.
* You mistyped the name of the tool.

For more reasons, including package naming enforcement, visit https://aka.ms/failure-installing-tool

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 30 of 30 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 20, 2024, 13:06