Base solution for your next web application
Open Closed

No properties when edit Edition #6549


User avatar
0
FlexSolution created

I had the problem with both version 6.6.1 and version 6.7 that I just loaded. When creating an edition the options are available, when editing they are not.


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

    Hi @FlexSolution

    This is by design and it has been implemented with recurring payments feature. When you create an edition, some users can purchase this edition. Instead of editing the properties of this edition, we suggest to create a new one with new price and other properties.

  • User Avatar
    0
    FlexSolution created

    Okay, no problem. That's how I did it in the end. You should just change your documentation. There is the following text:

    When we click Actions/Edit for an edition, we can see it's poperties:

    https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Angular#edition-management

    That's why I thought it was a bug.

  • User Avatar
    0
    ismcagdas created
    Support Team

    @FlexSolution sure, you are right. We will update the docs.

  • User Avatar
    0
    yekalkan created

    https://github.com/aspnetzero/documents/commit/35594bf9951a88c24994d954d6df42c98a64119f

  • User Avatar
    0
    alexanderpilhar created

    I'm currently playing around with editions - to be honest: I was a bit confused about this screen as well, when I tried changing some values. Obviously, editing an edition that is in production and already has tenants assigned is not a good thing to do - so I can perfectly understand the way it is implemented.

    Still, I think it would be better to just disable the input fields instead of not showing them at all. Maybe adding additional information about creating a new edition and moving tenants instead of editing an existing edition!?

    What do you think?

  • User Avatar
    0
    FlexSolution created

    I've been thinking about it, too. You could block the prices and the change of free and paid. Which is ok. But you should be able to change the rest of the information? They have no influence on the price. Only on what happens later.

  • User Avatar
    0
    alexanderpilhar created

    @FlexSolution, sounds good to me!

    I'm not sure ASPNETZERO guys will read our comments since this question has been closed already - could you create a new issue on GitHub?

  • User Avatar
    0
    FlexSolution created

    Maybe it's enough if we do it this way.

    We click on Reopen :)

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @FlexSolution

    If you create an issue on GitHub we can think on this. As you know, we made Stripe integration for recurring payments. If stripe allows us to update those information on their side, we can make those changes.