Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: setting vessel object parameters #1462

Merged
merged 1 commit into from
Aug 21, 2022
Merged

fix: setting vessel object parameters #1462

merged 1 commit into from
Aug 21, 2022

Conversation

tkurki
Copy link
Member

@tkurki tkurki commented Jul 26, 2022

Fixes #1450.

Saving the form with some unchanged values that came from
the server would reset them, because the value from the
server is already a Number and the extra .length check
would fail.

The fields affected were the object valued fields:

  • aisShipType
  • length
  • draft

Fixes #1450.

Saving the form with some unchanged values that came from
the server would reset them, because the value from the
server is already a Number and the extra .length check
would fail.

The fields affected were the object valued fields:
- aisShipType
- length
- draft
@tkurki tkurki added the fix label Jul 26, 2022
@tkurki tkurki merged commit 2a7f4d9 into master Aug 21, 2022
@tkurki tkurki deleted the fix-vessel-settings branch August 21, 2022 04:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Server Settings form corrupts Vessel Base Data
1 participant