PiranhaCMS / piranha.core

Piranha CMS is the friendly editor-focused CMS for .NET that can be used both as an integrated CMS or as a headless API.
http://piranhacms.org
MIT License
2.03k stars 561 forks source link

Can't create new category for blog post in manager #594

Closed expectedsemicolon closed 5 years ago

expectedsemicolon commented 5 years ago

When I attempt to add a new item/post to a blog archive in the manager (6.0.2), the UI doesn't allow me to enter a new category, I can only choose an existing category from the dropdown. This is true in the site I'm working on as well as a fresh BlogTemplate. If I create a blog post programmatically in my own code or the /seed action in the example, it creates a new category for the new blog post without issue.

I searched recent issues, and the only thing close was #557, but that's fixed, and the behavior is different (I don't get an error -- it just ignores whatever is typed for Category).

Thanks much, and sorry if I'm just missing something in the UI.

tidyui commented 5 years ago

Just type the new category name in the text box/select and hit enter!

Regards

expectedsemicolon commented 5 years ago

Thanks, man! Had trouble finding the any key.