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
-
0
-
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
-
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
hi serdar.genc@talentra.net
Can you try use this command?
abp add-module Volo.BasicTheme --with-source-code --add-to-solution-file
-
0
hi serdar.genc@talentra.net
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
-
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
-
0
-
0
@serdar.genc@talentra.net
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?
-
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
-
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" page
Expected: 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-property
4.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 message
Workaround: Edit templates -> Frontend.Blazor.Page.Item.razor_cs.txt replace Direction with SortDirection