dd CUSTOM_ID in the key for Identify device from user
This commit is contained in:
parent
0c6a20fbad
commit
1a44d40227
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue