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

Copy (append/replace) validation rules to another T #2217

Closed
davidzbiral opened this issue May 28, 2024 · 1 comment · Fixed by #2269
Closed

Copy (append/replace) validation rules to another T #2217

davidzbiral opened this issue May 28, 2024 · 1 comment · Fixed by #2269
Assignees
Labels
validation validation features
Milestone

Comments

@davidzbiral
Copy link
Collaborator

davidzbiral commented May 28, 2024

Validation rules are inherited from parents, so no point copying them from parent to child, but often, you have a set of rules that you have on one sub-root T and want to also use them for another T also. Thus, conveniently copying them is the way to go.

Allow copying them through a suggester which will accept T entities only. This will copy the rules from the T that you drag&drop in the suggester or find through the suggester. Allow, as usual in these suggester-based operations, two modes: append / replace, using the same switch and icons as elsewhere in these cases.

@davidzbiral davidzbiral added the validation validation features label May 28, 2024
@davidzbiral davidzbiral added this to the 1.4.2 milestone May 28, 2024
@davidzbiral davidzbiral changed the title Copying validation rule to another T Copying (append/replace) validation rule to another T May 28, 2024
@davidzbiral davidzbiral changed the title Copying (append/replace) validation rule to another T Copying (append/replace) validation rules to another T May 28, 2024
@davidzbiral davidzbiral changed the title Copying (append/replace) validation rules to another T Copy (append/replace) validation rules to another T May 30, 2024
@adammertel adammertel assigned Ptrhnk and unassigned adammertel Jun 15, 2024
@adammertel
Copy link
Contributor

image
The same UX would be applied to the Territory validation rules, just instead of S -> T in suggester and no "previous S" button

@Ptrhnk Ptrhnk linked a pull request Aug 19, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
validation validation features
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants