@cappe87 <https://github.com/cappe87> adding the filter is easier than I thought. It's just a matter of adding templatesin list_filters of AbstractConfigAdmin: https://github.com/openwisp/django-netjsonconfig/blob/master/django_netjsonconfig/base/admin.py#L214
The hard part is in openwisp-controller <https://github.com/openwisp/openwisp-controller>: the filter should display only templates of organizations that the current user has access to (only superusers see everything). On Wed, Mar 29, 2017 at 3:33 PM marco.cappellacci < [email protected]> wrote: > it may be useful to have a way to filter configurations that have a > relationship with a specific template > link to the issue: > https://github.com/openwisp/django-netjsonconfig/issues/47 > > Marco > > -- > You received this message because you are subscribed to the Google Groups > "OpenWISP" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "OpenWISP" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
