diff --git a/ereuse_devicehub/inventory/forms.py b/ereuse_devicehub/inventory/forms.py index 969df88c..bea383f4 100644 --- a/ereuse_devicehub/inventory/forms.py +++ b/ereuse_devicehub/inventory/forms.py @@ -1519,6 +1519,7 @@ class UploadPlaceholderForm(FlaskForm): self.path_snapshots = {} for i in data['Phid'].keys(): placeholder = None + data['Phid'][i] = str(data['Phid'][i]) if data['Phid'][i]: placeholder = Placeholder.query.filter_by(phid=data['Phid'][i]).first()