Closed joe-bowman closed 6 years ago
The code is always triggered twice when enabling dnssec
; because even when you don't use views, the {{ dash_view }}
var is set to an empty string (i.e. the first block covers using views AND not using views); so the second block removed in my commit should always cause a duplicate key error.
Merged, as it LGTM. Thanks @joe-bowman & @aanriot for all your work!
as the per-view block negates the need for this (as default view is still treated as a view); fixes #100