@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:
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.
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.