dynotx / liminal-orm

ORM and toolkit to help keep your Benchling schemas and downstream dependencies in sync.
https://dynotx.github.io/liminal-orm/
Apache License 2.0
34 stars 3 forks source link

Fix dropdown generate files to ignore archived #12

Closed ndamania00 closed 1 month ago

ndamania00 commented 1 month ago

Bug where generate_files for dropdowns was generating archived dropdowns and options.

Added a flag to the function so that you have the choice to ignore or include archived dropdowns/options. This mirrors the logic for generate_files in entity schemas.

Tested locally through generate files CLI command.