Closed ffMathy closed 1 month ago
What is the new condition checking exactly?
Not sure if it's correct. But before, when I created #42, that didn't work for projects.
That's because for projects, the entity type is called "show", which doesn't translate correctly. The existing code checks for a 1-to-1 match between the entity name in the schema and the given attribute's type name.
So the generated types for the projects are wrong. For instance, Project
should also have the attribute fps
on it, but it does not.
Thanks for merging. Can we get it released too? :heart:
@gismya?
Sorry, missed the first message. New version has been deployed.
Changes
Before, project attributes were not typed correctly. This fixes that.
Test
N/A