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

Batch move of Ts under a parent T #2238

Open
davidzbiral opened this issue Jun 5, 2024 · 1 comment
Open

Batch move of Ts under a parent T #2238

davidzbiral opened this issue Jun 5, 2024 · 1 comment
Assignees
Labels
gui: territory-tree question Further information requested, or issue to debate

Comments

@davidzbiral
Copy link
Collaborator

@adammertel If I need to move 350 Ts under a different parent, how do I do? Is there a batch operation for this somewhere?

@davidzbiral davidzbiral added question Further information requested, or issue to debate gui: territory-tree labels Jun 5, 2024
@davidzbiral davidzbiral added this to the Finetuning and bugfixing milestone Jun 5, 2024
@adammertel
Copy link
Contributor

@davidzbiral At this moment we have a functionality to move any T with all its sub T to another T. If needed, we can add a switcher that would prevent moving the origin T (where the action is initiated from), and affect only the sub T.
So if you have

A1 with children A1.1, A1.2...A1.196
you can now move the A1 with all the structure under A2 but if you want to move only A1.1 - A1.196 to A2 (without the A1 T) - we would need to add a new function.

moving-T-with-children

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui: territory-tree question Further information requested, or issue to debate
Projects
None yet
Development

No branches or pull requests

2 participants