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.
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.