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

IP Address import does not detect internal duplicates within the CSV #837

Closed
candlerb opened this issue Jan 23, 2017 · 1 comment
Closed
Labels
type: bug A confirmed report of unexpected behavior in the application

Comments

@candlerb
Copy link
Contributor

  • Set ENFORCE_GLOBAL_UNIQUE = True
  • Go to IP Space > Import IPs
  • Enter:
10.0.0.64,,,Active,,,,"foo"
10.0.0.64,,,Active,,,,"bar"

These duplicate IPs are entered without error or warning, and are not easy to find (#801)

However the importer does correctly check duplicates against records already in the database.

@jeremystretch jeremystretch added the type: bug A confirmed report of unexpected behavior in the application label Jan 30, 2017
@jeremystretch
Copy link
Member

New import validation has been implemented as part of #655. This should no longer occur.

@lock lock bot locked as resolved and limited conversation to collaborators Jan 18, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants