PatrowlManager icon indicating copy to clipboard operation
PatrowlManager copied to clipboard

Error creating new issue manually

Open clviper opened this issue 5 years ago • 1 comments

Hi there.

I'm trying to create a new finding manually and leaving all optional fields as is, I receive the following error:

AttributeError at /findings/add 'NoneType' object has no attribute 'split' 'tags': str(json.dumps(form.cleaned_data['tags'].split(','))), ...

When I fill in the tags fields with some comma separated values I then receive the user interface error:

'xpto,teste' value must be valid JSON.

What exactly am I doing wrong?

I'm using Patrowl Manager 1.0.1-BETA

Thank you.

clviper avatar Dec 03 '18 17:12 clviper

Hi ! You don't do anything wrong. It's a bug :/ We added it on the next release

MaKyOtOx avatar Dec 10 '18 09:12 MaKyOtOx