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: Pasting location coordinates into field of type GeoPoint does not work in data browser #2464

Merged
merged 7 commits into from
Jun 20, 2023

Commits on Jun 18, 2023

  1. Enhanced paste function to accept various format

    - add formats like (x, y) or (x,y) or x, y or x,y.
    patelmilanun committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    473238c View commit details
    Browse the repository at this point in the history
  2. fix linting issue

    patelmilanun committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    4aea9be View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2023

  1. Configuration menu
    Copy the full SHA
    aaed956 View commit details
    Browse the repository at this point in the history
  2. fix lint

    patelmilanun committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    59fe314 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Update src/components/GeoPointEditor/GeoPointEditor.react.js

    Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
    mtrezza authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5559561 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c645fe0 View commit details
    Browse the repository at this point in the history
  3. Update src/components/GeoPointEditor/GeoPointEditor.react.js

    Signed-off-by: Manuel <5673677+mtrezza@users.noreply.github.com>
    mtrezza authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    5e6636d View commit details
    Browse the repository at this point in the history