-
Notifications
You must be signed in to change notification settings - Fork 145
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
Import is not respecting supplied group #3831
Comments
I'll amend this to say that looking at the code it seems there is no consideration to the group_id to import to that group, unless you define the group in the import JSON file, and even then it does not attempt to correlate to any existing group it would make a new one. :( |
Tell me when this problem will be solved? I also get the constant creation of a new group, instead of adding to an existing one. |
Please add to this file https://github.com/johngodley/redirection/blob/trunk/fileio/json.php an additional check for the existence of the group id, it might look something like this
Thank you in advance! |
@johngodley This is small BUT necessary enhancement. It would be really appreciated , if this could be closed early. Thanks :-) |
Trying to do an import in JSON format.
Sample:
It is not respecting the group id, it creates a new group called “Group” with the rules in it.
The text was updated successfully, but these errors were encountered: