Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved edition cloning #87

Open
demiankatz opened this issue Dec 23, 2020 · 1 comment
Open

Improved edition cloning #87

demiankatz opened this issue Dec 23, 2020 · 1 comment

Comments

@demiankatz
Copy link
Owner

demiankatz commented Dec 23, 2020

Right now, when you clone an edition, you get all-default behavior. It would be helpful to have an advanced clone option which pops up a dialog box that can control some or all of these things:

  • The name of the cloned edition
  • The name(s) of child clone editions, if applicable
  • Which attributes and associated data get copied to the clone
  • The "sort order within item" value (perhaps it should be incremented by default?)
@waktool
Copy link

waktool commented Dec 23, 2020

As a standalone, item 4 should be easier to implement and would be beneficial without the other three. Get the current edition's sort order and add 1. This should place the cloned edition immediately after the original edition (even if that sort order is already assigned to another edition), which would make things easier (or more intuitive in my opinion).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants