You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix model spec generation error
* Add tags and taggings model/concern
* Add uniqueness constraint on taggings and fix indexes
* Add tagging related associations and scopes
* Add tag and tagging model specs
* Add tag filtering to product drives index page
* Clean up by_tags scope
* Fix factory_bot linting error
* Merge with main
* Add ability to tag product drives
* Remove WIP controller
* Fix factory bot lint error
* Fix missing tags after validation failure
* Add specs
* Fix styling of product drive modal
* Add tags_for_display method to Taggable concern
* Fix name in tag factory
* Refactor ProductDrivesController#update to be more consistent
* Move by_type scope to Tag model
* Move by_type scope spec to tag model
* Order tags alphabetically in dropdowns
* Move organization_id to tags table
* Fix linting
* Refactor filter by tags to shared example
* Remove unnecessary scope
* Fix wip changes
* Add type column to tags table
* Rename by_tags scope parameter to tag_names
* Fix missing tags on failure bug
* Fix lost tags on product drive update failure
* Add request specs for preserving tags on validation failure
* Set selectOnClose config value to true for product drive tags
* Fix new tag disappearance on validation failure
0 commit comments