When a template is flagged as default/required (either a new template or an existing non default/required is flagged as default/required), right now existing devices which would qualify to have the new template don't get it assigned automatically.
This is inconsistent with credentials with auto_add which do get added automatically to existing devices.
We should improve this and make the two features consistent and more explicit.
We may do it in different ways:
- simply warn the user that by enabling these features automatically adds the templates/credentials to any qualifying device
- add a confirmation page in which they are able to choose (but I wonder if this is really necessary, I personally don't see this as very useful)
When a template is flagged as default/required (either a new template or an existing non default/required is flagged as default/required), right now existing devices which would qualify to have the new template don't get it assigned automatically.
This is inconsistent with credentials with
auto_addwhich do get added automatically to existing devices.We should improve this and make the two features consistent and more explicit.
We may do it in different ways: