Details
-
Bug
-
Resolution: Fixed
-
Major
-
5.3-milestone-2
-
Unknown
-
N/A
-
N/A
-
Description
Steps to reproduce :
- Edit a blog post
- Click on 'Add new category', fill in the category name and click on 'Add'
You will loose all the previous checks and after saving the document all the modifications of type check and uncheck made on the category list will be lost.
This is happening because the service handling the action of adding a category returns a list of malformed input names, for example :
<input type="checkbox" value="Blog.newCategory" name="Blog.BlogPostClass<ins>category">
while the correct name of the input should be in Blog.BlogPostClass_0_category.