To update both ABP CLI and ABP Suite to the latest preview, run the following command:
dotnet tool update -g Volo.Abp.Cli --version 4.4.0-rc.2 && abp suite update --preview
v4.4 Preview ABP Framework Version Notes
https://blog.abp.io/abp/ABP-Platform-4-4-RC-Has-Been-Released
96 Answer(s)
-
0
-
ABP Framework version: v4.4.0-rc.2
-
UI type: Angular
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): no
I added source code for Lepton Theme, it results in set of errors in my .Net Core solution.
If I download the source code separately and add missing project manually, the ABP Suite stops working - when I navigate to "Modules" page for this project, it gets stuck on loading screen.
An internal issue has been created for this.
-
-
0
Hi support,
For Audit logs,We need Ip address filter.An internal ticket has been created for your request.
-
0
@hitaspdotnet sorry but I couldn't reproduce the cms-kit issue.
tested with the following
abp new Mvc.EfCoreTier -t app-pro -u mvc --mobile none --tiered --database-provider ef -csf --preview --with-public-website
-
0
@hitaspdotnet sorry but I couldn't reproduce the cms-kit issue.
tested with the following
abp new Mvc.EfCoreTier -t app-pro -u mvc --mobile none --tiered --database-provider ef -csf --preview --with-public-website
abp new Mvc.EfCore -t app-pro -u mvc --mobile none --database-provider ef -csf --preview --with-public-website
Not tiered and the menus has error
-
0
When do you plan to release 4.4 ?
-
0
ABP Framework version: v4.4.0
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes
Exception message and stack trace:
Steps to reproduce the issue:"-
create new module template
-
angular ui and api all run
-
login from angular ui
-
the identitymanagement is ok for any menu
-
when click the "Editions" it show the error
-
and tenant "new" also show this error
I did not add any other modules. It just create from abp suite, and run.
The Edition "New" works, I could see the data from database. But edition getlist not work.
-
-
0
HI abpVAndy
Can you try to remove all exists migrations and re-create?
We will check it.
-
0
Hi Maliming,
Yes, works now.
It seems the default migration files no these tables:
Execude one more time "add-migration" after suite create module template, in Identityserver.host
it will create these pay related tables.thx
-
0
https://docs.abp.io/en/abp/latest/UI/AspNetCore/Basic-Theme
Is this link up to date?
The 'abp add-package Volo.Abp.AspNetCore.Components.Server.BasicTheme --with-source-code --add-to-solution-file' command mentioned in this document to add BasicTheme to my project. I ran it under web project.
Result :How can i add basicTheme to my project, with source code. ?
-
0
Can you try use this command?
abp add-module Volo.BasicTheme --with-source-code --add-to-solution-file
-
0
Can you try use this command?
abp add-module Volo.BasicTheme --with-source-code --add-to-solution-file
under *.Web or under *.sln ? which one ?
-
0
.sln
-
0
.sln
I tried the this command. and I compile the solution. result :
-
0
hi
The
BasicTheme
should be already download inmodules
folder.
Can you add it to your project manual?I created an issue. https://github.com/abpframework/abp/issues/9747
-
0
hi
The
BasicTheme
should be already download inmodules
folder.
Can you add it to your project manual?I created an issue. https://github.com/abpframework/abp/issues/9747
problem in Test project.
Which project should I add? -
0
You can remove these test projects and add basic theme in your web project.
-
0
You can remove/delete the projects under
Volo.BasicTheme.Tests
folder from your solution to fix it for now. -
0
After migrating to 4.4.0 the EditNumeric components doesn't look good. It is trying to render two buttons (up/down) in the right side, but it looks ugly. Sometimes the buttons come as big buttons under the edit, then if I refresh the browser using CTRL+F5, it goes to the right side.
I've executed "Abp bundle" to recreate the bundles. What am I missing?
First time:
After refresh:
HTML generated in the previous version (4.3.2):
HTML generated in the version 4.4.0:
-
0
-
ABP Framework version: v4.4.0
-
UI type: Blazor
-
DB provider: EF Core
-
Tiered (MVC) or Identity Server Separated (Angular): no
-
Exception message and stack trace: no
-
Steps to reproduce the issue:"with ABP Suite create entity/aggregateroot with string PK, the tests are generated with "INT" instead of "STRING" value for PK
-
-
-
0
Hi support,
My abp suite version is 4.4.0 and I created an angular project. It creates the file path incorrectly in the angular project, for proxy services
-
0
ABP Framework version: v4.4.0
UI type: Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace: no
Steps to reproduce the issue:"with ABP Suite create user interface entity/aggregateroot"Wrong namespace in Frontend.Blazor.Page.Item.razor_cs.txt:
generated "namespace company.Project.Blazor.Pages.Project"
expected "namespace company.Project.Blazor.Pages"Workaround: Edit templates -> Frontend.Blazor.Page.Item.razor_cs.txt
from "namespace %%solution-namespace%%.Blazor.Pages%%if:IsUiBlazorServer%%.%%only-project-name%%%%"
to "namespace %%solution-namespace%%.Blazor.Pages%%if:IsUiBlazorServer%%%%</if:IsUiBlazorServer>%%" -
0
ABP Framework version: v4.4.0
UI type: Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace: no
Steps to reproduce the issue:"with ABP Suite create backend entity/aggregateroot mixed Singular and Plural name"Generated mixed:
singular file name "IContactAppService.cs"
plural file content "public interface IContactsAppService : IApplicationService"
singular file name "ContactAppService.cs"
plural file content "public class ContactsAppService : ApplicationService, IContactsAppService"Expected all singular:
singular file name "IContactAppService.cs"
singular file content "public interface IContactAppService : IApplicationService"
singular file name "ContactAppService.cs"
singular file content "public class ContactAppService : ApplicationService, IContactAppService"Workaround: Edit templates -> inside all templates with AppService dependency and replace %%entity-name-plural%% with %%entity-name%%
-
0
ABP Framework version: v4.4.0
UI type: Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace: no
Steps to reproduce the issue: create solution with ABP Suite, Linked Account work only in "my profile" pageExpected:
Linked Account modal work in all pages like demo -
0
ABP Framework version: v4.4.0
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes
Exception message and stack trace:
Steps to reproduce the issue:"Two bugs: ---> suite to create module template
1, The bool property in the UI(Angular), if not select the bool property in UI, it could not be saved, see below image
2, The import path is error in UI, see below image
import { ProductService } from '../../../proxy/controllers/products/product.service';============================================================
Please check this link:
https://support.abp.io/QA/Questions/1181/Extend-tenant-property-failed-for-enum-property4.2 version already has this error:
The angular ui seems check bool as integer. (New Buttton only) (Edit works)
I created root entity with the bool property. But the UI "new button" will check bool validation(int).image.png
image.png================================
ABP Framework version: v4.3.2
UI type: Angular
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): yes
Exception message and stack trace:
Steps to reproduce the issue: -
0
ABP Framework version: v4.4.0
UI type: Blazor
DB provider: EF Core
Tiered (MVC) or Identity Server Separated (Angular): no
Exception message and stack trace: no
Steps to reproduce the issue: create solution with ABP Suite, Blazorise obsolete Direction messageWorkaround: Edit templates -> Frontend.Blazor.Page.Item.razor_cs.txt
replace Direction with SortDirection