Skip to content

Commit

Permalink
Fix #4066
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Sep 26, 2024
1 parent d195045 commit b2b1cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ This project <em>does not yet</em> adheres to [Semantic Versioning](https://semv

### Fixed

- `verbatim_field_number` updates ignored [#4066]
- DwC importer `verbatim_field_number` collision with Identifier validation
- Shortcuts: Keys pressed are not removed after user switches windows/tab

[#4066]: https://github.com/SpeciesFileGroup/taxonworks/issues/4066
[#3994]: https://github.com/SpeciesFileGroup/taxonworks/issues/3994

## [0.44.1] - 2024-09-24
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/collecting_events_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ def collecting_event_params
params.require(:collecting_event).permit(
:verbatim_label, :print_label, :print_label_number_to_print, :document_label,
:verbatim_locality, :verbatim_date, :verbatim_longitude, :verbatim_latitude,
:verbatim_geolocation_uncertainty, :verbatim_trip_identifier, :verbatim_collectors,
:verbatim_geolocation_uncertainty, :verbatim_field_number, :verbatim_collectors,
:verbatim_method, :geographic_area_id, :minimum_elevation, :maximum_elevation,
:elevation_precision, :time_start_hour, :time_start_minute, :time_start_second,
:time_end_hour, :time_end_minute, :time_end_second, :start_date_day,
Expand Down

0 comments on commit b2b1cc0

Please sign in to comment.