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)
-
0
Hi @OutdoorEd,
Thank you very much for your feedback. Is this angular version or MVC ?
Thanks.
-
0
This is using the 4.1 Net Core MVC Version.
-
0
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.
-
0
Hello,
I have the same issue.
-
0
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();