Open Closed

EasyCRM demo is buggish #8673


User avatar
0
tapio.muikku@leanware.fi created

source: trialing https://easycrm.abp.io/ demo

  1. application allows you to create account without country even it is a mandatory field on the UI. After this searching the account fails on internal errors; so does the filters as well.
  2. Create another account and contact under it. Try to create an order from the UI it fails on error:

Further: source code seems to be on Net8 level; any plans to update to 9 ?


5 Answer(s)
  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    We have upgraded to net9 and fixed these issues, but there was no redeployment.

    You can try to download the source code: https://abp.io/api/download/samples/easy-crm

  • User Avatar
    0
    tapio.muikku@leanware.fi created

    Ho Liangshiwei, I downloaded the source code; not on net9 level. Result is as follows: global,json: { "sdk": { "version": "8.0.401", "rollForward": "latestFeature" } } common.props: <Project> <PropertyGroup> <LangVersion>latest</LangVersion> <Version>1.0.0</Version> <NoWarn>$(NoWarn);CS1591</NoWarn> <AbpVersion>8.3.1</AbpVersion> <BlazoriseVersion>1.5.2</BlazoriseVersion> </PropertyGroup> </Project>

    ..domain.csproj; <Project Sdk="Microsoft.NET.Sdk">

    <Import Project="....\common.props" />

    <PropertyGroup> <TargetFramework>net8.0</TargetFramework> <RootNamespace>Volo.EasyCrm</RootNamespace> </PropertyGroup> ..

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Hi,

    This is a problem, it seems we haven't updated the download file. I will ask the platform team.

    What's your email, I can share it via email for now.

  • User Avatar
    0
    tapio.muikku@leanware.fi created

    Hi,

    This is a problem, it seems we haven't updated the download file. I will ask the platform team.

    What's your email, I can share it via email for now.

    Please send it to this address: tapio.muikku@elisaindustriq.com

  • User Avatar
    0
    liangshiwei created
    Support Team Fullstack Developer

    Email sent.

Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on May 15, 2025, 10:28