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

#10663: fix adding decimals in the aeronautical form in searcg by coordinates #10668

Merged
merged 4 commits into from
Nov 13, 2024

Conversation

mahmoudadel54
Copy link
Contributor

Description

This PR handles fixing the issue of prevent enters centesimal number after the comma/dot for

  • aeronautical form and
  • decimal form as well

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (check one with "x", remove the others)

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Other... Please describe:

Issue

#10663

What is the current behavior?
#10663

What is the new behavior?
Now user can enter any centesimal numbers after the comma/dot like 0.04 , 15.1236 ...etc

Breaking change

Does this PR introduce a breaking change? (check one with "x", remove the other)

  • Yes, and I documented them in migration notes
  • No

Other useful information

Description:
- handle fixing the issue of prevent enters centesimal number after the comma/dot in aeronautical form and decimal form as well
@mahmoudadel54 mahmoudadel54 added this to the 2024.02.02 milestone Nov 12, 2024
@mahmoudadel54 mahmoudadel54 requested a review from MV88 November 12, 2024 15:23
@mahmoudadel54 mahmoudadel54 self-assigned this Nov 12, 2024
@mahmoudadel54 mahmoudadel54 linked an issue Nov 12, 2024 that may be closed by this pull request
1 task
@tdipisa tdipisa added the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Nov 12, 2024
@tdipisa
Copy link
Member

tdipisa commented Nov 12, 2024

@mahmoudadel54 there is a failing tests that seems related to your contribution. Can you please check and fix it? Thank you so much.

@mahmoudadel54
Copy link
Contributor Author

@mahmoudadel54 there is a failing tests that seems related to your contribution. Can you please check and fix it? Thank you so much.

Fixing is done

Copy link
Contributor

@MV88 MV88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@MV88 MV88 merged commit 2f4f909 into geosolutions-it:master Nov 13, 2024
6 checks passed
@ElenaGallo
Copy link
Contributor

Test passed, @mahmoudadel54 please backport to 2024.02.xx. Thanks

mahmoudadel54 added a commit to mahmoudadel54/MapStore2 that referenced this pull request Nov 14, 2024
…n searcg by coordinates (geosolutions-it#10668)

* geosolutions-it#10663: fix adding decimals in the aeronautical form
Description:
- handle fixing the issue of prevent enters centesimal number after the comma/dot in aeronautical form and decimal form as well

* geosolutions-it#10663: fix adding decimals in the aeronautical form
Description:
- add helpful comment

* geosolutions-it#10663: edit unit test in IntlNumberFormatControl-test.jsx to fix FE failure

* geosolutions-it#10663: revert unnecessary change
@mahmoudadel54
Copy link
Contributor Author

Test passed, @mahmoudadel54 please backport to 2024.02.xx. Thanks

Backport is done ---> #10678

tdipisa pushed a commit that referenced this pull request Nov 14, 2024
…rdinates (#10668) (#10678)

* #10663: fix adding decimals in the aeronautical form
Description:
- handle fixing the issue of prevent enters centesimal number after the comma/dot in aeronautical form and decimal form as well

* #10663: fix adding decimals in the aeronautical form
Description:
- add helpful comment

* #10663: edit unit test in IntlNumberFormatControl-test.jsx to fix FE failure

* #10663: revert unnecessary change
@tdipisa tdipisa removed the BackportNeeded Commits provided for an issue need to be backported to the milestone's stable branch label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Is not possible to add decimals in the aeronautical form
4 participants