saving category json seems to drop category titles from the json #62
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I did some project setting changes and category-meta.json was saved, too. that had removed the "title" keys from each category and not added it back in again. showTitle was still there, but title wasn't. Category titles are important for rendering category archives.
Use this issue to check all file writes from RuDS and compare the generated formats with bDS2, so that we make sure that all files are created exactly like they are in bDS2.
hopefully fixed with fix on github