Open Closed

Bugs & Issues v4.4.X #1543


User avatar
0
alper created
Support Team Director

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)
  • User Avatar
    0
    alper created
    Support Team Director
    • 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.

  • User Avatar
    0
    alper created
    Support Team Director

    Hi support, For Audit logs,We need Ip address filter.

    An internal ticket has been created for your request.

  • User Avatar
    0
    alper created
    Support Team Director

    @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
    

  • User Avatar
    0
    hitaspdotnet created

    @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

  • User Avatar
    0
    rashed created

    When do you plan to release 4.4 ?

  • User Avatar
    0
    abpVAndy created

    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:"

    1. create new module template
    2. angular ui and api all run
    3. login from angular ui
    4. the identitymanagement is ok for any menu
    5. when click the "Editions" it show the error
    6. 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.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    HI abpVAndy

    Can you try to remove all exists migrations and re-create?

    We will check it.

  • User Avatar
    0
    abpVAndy created

    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

  • User Avatar
    0
    serdar.genc@talentra.net created

    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. ?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi serdar.genc@talentra.net

    Can you try use this command?

    abp add-module Volo.BasicTheme --with-source-code --add-to-solution-file

  • User Avatar
    0
    serdar.genc@talentra.net created

    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 ?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    .sln

  • User Avatar
    0
    serdar.genc@talentra.net created

    .sln

    I tried the this command. and I compile the solution. result :

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The BasicTheme should be already download in modules folder. Can you add it to your project manual?

    I created an issue. https://github.com/abpframework/abp/issues/9747

  • User Avatar
    0
    serdar.genc@talentra.net created

    hi

    The BasicTheme should be already download in modules 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?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    You can remove these test projects and add basic theme in your web project.

  • User Avatar
    0
    yekalkan created
    Support Team Fullstack Developer

    @serdar.genc@talentra.net

    You can remove/delete the projects under Volo.BasicTheme.Tests folder from your solution to fix it for now.

  • User Avatar
    0
    Leonardo.Willrich created

    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:

  • User Avatar
    0
    Emanuele.Filardo created
    • 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
  • User Avatar
    0
    gvnuysal created

    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

  • User Avatar
    0
    Emanuele.Filardo created

    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>%%"

  • User Avatar
    0
    Emanuele.Filardo created

    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%%

  • User Avatar
    0
    Emanuele.Filardo created

    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

  • User Avatar
    0
    abpVAndy created

    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:

  • User Avatar
    0
    Emanuele.Filardo created

    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

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11