dd CUSTOM_ID in the key for Identify device from user

This commit is contained in:
Cayo Puigdefabregas 2024-08-01 14:29:51 +02:00
parent 0c6a20fbad
commit 1a44d40227
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ class BaseDeviceFormSet(forms.BaseFormSet):
uuid=self.uuid,
owner=self.user,
type=Annotation.Type.SYSTEM,
key='Web',
key='CUSTOM_ID',
value=tag
)