Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • O OpenFlipper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • OpenFlipper-FreeOpenFlipper-Free
  • OpenFlipper
  • Merge requests
  • !126

Fix bug in File loader plugin selection.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Heistermann requested to merge fix-fileload-plugin-selection into master Jan 24, 2019
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Bug example: OVM loads *.volumemesh files, however the previous logic would also try to use this plugin to load a *.mesh file, because "mesh" is a suffix of "volumemesh"

This change adopts the same logic exhibited in Core/openFunctions.cc to require an advertised filetype to have a suffix of "*.ext", not of "ext" when trying to load a file "foo.ext".

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-fileload-plugin-selection