Open Closed

ABP Framework upgrade to 8.2.1, AbpLanguages table FlagIcon column issue #7650


User avatar
0
DominaTang created

If compare Administration Db snapshot between 8.2.1 and 8.1.4, we can notice that FlagIcon column is dropped from AbpLanguages. After add Db Migration to Administration Db, we can see the following table schema changes: protected override void Up(MigrationBuilder migrationBuilder) { migrationBuilder.DropColumn( name: "FlagIcon", table: "AbpLanguages"); }

However, after DbMigrator, if we try to launch Admin Service, the swagger is break complain about missing FlagIcon. I checked all Abp NuGet packages are upgraded to 8.2.1


3 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    What's your lepton package version?

    abp&volo 8.2.1, then leptonx should use 3.2.1

  • User Avatar
    0
    DominaTang created

    NuGet package the latest version is 3.2.0 which is the version used in the solution. Angular side use latest version 3.2.1 When I upgrade the solution I use command line to upgrade the solution. ..Theme.LeptonX has no 3.2.1 in Nuget. Also, if I browser NuGet package, I couldn't find Theme.Lepton package but only Theme.LeptionXLite

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    the swagger is break complain about missing FlagIcon.

    Please share the error on the frontend and backend.

    Thanks

Made with ❤️ on ABP v9.0.0-preview Updated on September 18, 2024, 12:46