Skip to content

Commit

Permalink
Fix #2889
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Apr 7, 2022
1 parent 199bbc7 commit 14bb270
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Expand Up @@ -6,15 +6,18 @@ This project <em>does not yet</em> adheres to [Semantic Versioning](https://semv

## [unreleased]

### Fixed
- Sometimes it's not possible move images from one cell to another in Image matrix task [#2874]
### Added
- Protocols for Observations [#2889]
- Increment tripcode in New collecting event task [#2441]

### Changed
- Refactor Uniquify People task. Added improvements [#2858]

### Added
- Increment tripcode in New collecting event task [#2441]
### Fixed
- Sometimes it's not possible move images from one cell to another in Image matrix task [#2874]


[#2889]: https://github.com/SpeciesFileGroup/taxonworks/issues/2889
[#2441]: https://github.com/SpeciesFileGroup/taxonworks/issues/2441
[#2858]: https://github.com/SpeciesFileGroup/taxonworks/issues/2858

Expand Down
1 change: 1 addition & 0 deletions app/models/observation.rb
Expand Up @@ -130,6 +130,7 @@ class Observation < ApplicationRecord
include Shared::Tags
include Shared::Depictions
include Shared::Confidences
include Shared::ProtocolRelationships
include Shared::IsData
include Shared::ObservationIndex

Expand Down

0 comments on commit 14bb270

Please sign in to comment.