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

feat: type selection broken on custom export config #1052

Merged
merged 2 commits into from
Aug 22, 2023

Commits on Aug 22, 2023

  1. feat: type selection broken on custom export config

    CSV: Add a warning label to CSV dialog telling that feature types without data are not selectable.
    XSL: remove the button "Ignore feature types without data" and add intro the checkbox table disabled from selection elements that don't have any data for export.
    
    ING-3987
    emanuelaepure10 authored and stempler committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9574b9c View commit details
    Browse the repository at this point in the history
  2. feat: update CSV ViewerFilter and remove unused method in the XLS

    Update CSV InstanceExportConfigurationPage with the same approach used by XLS for finding which feature types has data or not.
    Remove unused method from XLSInstanceExportConfigurationPage
    
    ING-3987
    emanuelaepure10 authored and stempler committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    1724495 View commit details
    Browse the repository at this point in the history