diff --git a/openwisp_controller/config/controller/views.py b/openwisp_controller/config/controller/views.py index 34e85fbae..2c34b67ae 100644 --- a/openwisp_controller/config/controller/views.py +++ b/openwisp_controller/config/controller/views.py @@ -126,7 +126,7 @@ class DeviceUpdateInfoView(ActiveOrgMixin, CsrfExtemptMixin, BaseConfigView): model = Device - UPDATABLE_FIELDS = ['os', 'model', 'system'] + UPDATABLE_FIELDS = ['os', 'model', 'system', 'name'] def post(self, request, *args, **kwargs): device = self.get_object(*args, **kwargs)