Skip to content

Commit

Permalink
Fixes #1676: Correct filtering of child prefixes upon bulk edit/delet…
Browse files Browse the repository at this point in the history
…e from the parent prefix view
  • Loading branch information
jeremystretch committed Nov 2, 2017
1 parent 626fbd1 commit c6f3b00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions netbox/ipam/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ def get(self, request, pk):
'parent_prefix_table': parent_prefix_table,
'child_prefix_table': child_prefix_table,
'duplicate_prefix_table': duplicate_prefix_table,
'bulk_querystring': 'vrf_id={}&within={}'.format(prefix.vrf or '0', prefix.prefix),
'permissions': permissions,
'return_url': prefix.get_absolute_url(),
})
Expand Down

0 comments on commit c6f3b00

Please sign in to comment.