Skip to content

Commit

Permalink
add DatasetId atom to taxonomic act logs
Browse files Browse the repository at this point in the history
  • Loading branch information
gsterjov committed Oct 25, 2024
1 parent c7526fd commit 44f3c49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/models/operation_logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ pub enum TaxonomicActAtom {
#[default]
Empty,
EntityId(String),
DatasetId(String),
Publication(String),
PublicationDate(String),
Taxon(String),
Expand Down

0 comments on commit 44f3c49

Please sign in to comment.