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

#9806: Do not visualize map sync popup by default for attribute table #9813

Merged
merged 4 commits into from
Dec 15, 2023

Commits on Dec 13, 2023

  1. geosolutions-it#9806: Do not visualize map sync popup by default for …

    …attribute table
    
    Description:
    - Add cfg in localConfig file for FeatureEditor plugin called showPopoverSync and set its value by false
    - Handle logic to read the cfg showPopoverSync into toolbar component to hide/show popup map sync initially
    - Clean the unused code related the previous approach that was handling popup map sync
    -  Add the required unit tests
    - Document the new implemented cfg in /plugins/featuregrid/FeatureEditor.jsx, /plugins/FeatureEditor.jsx files
    mahmoudadel54 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    5c057a8 View commit details
    Browse the repository at this point in the history
  2. geosolutions-it#9806: Do not visualize map sync popup by default for …

    …Attribute Table
    
    Description:
    - resolve FE test failure
    mahmoudadel54 committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    3b38a84 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2023

  1. geosolutions-it#9806: Allow time range filtering for Attribute Table …

    …quick filter
    
    Description:
    - resolve review comments by reset localConfig
    - put default value for showPopoverSync within pluginCfg of FeatureEditor
    mahmoudadel54 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    98f604b View commit details
    Browse the repository at this point in the history
  2. geosolutions-it#9806: Allow time range filtering for Attribute Table …

    …quick filter
    
    Description:
    - resolve FE test failure
    mahmoudadel54 committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    2811303 View commit details
    Browse the repository at this point in the history