issues
search
cgwire
/
zou
Zou is the Kitsu API. It allows you to store and manage your production data
https://zou.cg-wire.com
GNU Affero General Public License v3.0
170
stars
104
forks
source link
Various fixes
#854
Closed
frankrousseau
closed
2 months ago
frankrousseau
commented
2 months ago
Problem
Project deletion fails when there is a descriptor tied to a department.
It's possible to create asset types with the same name if cases are different.
Bump.sh doesn't accept the open API documentation due to curl examples restrictions.
Solution
Remove descriptor <-> department links before deleting the project.
Refuse the asset type creation with name equals whether letters are uppercased or not.
Remove curl examples and send to the Zou documentation.
EvanBldy
commented
2 months ago
Thanks
Problem
Solution