Base solution for your next web application
Open Closed

4.1 Subscription can't revert from Paid to Free doesn't save #3449


User avatar
0
OutdoorEd created

4.1 bug, just tested out Net Core version of 4.1 locally. I took the Standard Edition that comes from the default install and edited it from Free to Paid. Then I changed it back to Free and click Save. It says it saved successfully but it doesn't actually. If you click Edit edition again it still has Paid selected and the monthly and yearly pricing. If you go to the login page and click New Tenant it comes up as a Paid option with the Buy button rather than the Start button.


5 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @OutdoorEd,

    Thank you very much for your feedback. Is this angular version or MVC ?

    Thanks.

  • User Avatar
    0
    OutdoorEd created

    This is using the 4.1 Net Core MVC Version.

  • User Avatar
    0
    whartoc created

    Is this still an issue?

    I have just installed the latest ABP on my dev machine and created a new edition with a "Paid" subscription. This all works fine but when trying to edit the edition it shows as "Free". It seems like the modal is just not displaying the correct configuration as it does show as a "Paid" subscription when creating a new tenant?

    I am using the asp.net core & angular code base.

  • User Avatar
    0
    simedbn created

    Hello,

    I have the same issue.

  • User Avatar
    0
    alper created
    Support Team

    hi,

    might be the same situation with [this issue #706](https://github.com/aspnetzero/aspnet-zero-core/issues/706:346bf4or/)

    <ins>Before</ins>

    configuration.CreateMap<EditionEditDto, SubscribableEdition>();
    

    <ins>After</ins>

    configuration.CreateMap<EditionEditDto, SubscribableEdition>().ReverseMap();