Steps to reproduce:
- edit an abuse filter
- make it tag changes
- save
Now you will get message "You must specify a tag name." (tags-create-no-name). The cause is wpFilterTags is always POST'd empty.
Workaround: after unsuccessful attempt modify wpFilterTags request field (using browser tools) and POST again.