Skip to content

Update RemoteFileInput

Duggan, John requested to merge 49-update-remotefileinput into main

Summary of Changes

This changes the following behaviors of the RemoteFileInput:

  1. Folders should always display before files.
  2. Symlinks should work now.
  3. Passing a tuple to v_model should no longer raise an AttributeError.
  4. The v_model won't be updated until the user clicks OK.
  5. The user can type and the file list will be filtered appropriately.

Checklist

  • The MR has a clear and concise title
  • Code is self-documented and follows style guidelines.
  • Automated tests are written and pass successfully.
  • Regression tests (e.g. manually triggered system tests, manual GUI/tool tests, ...) are performed to make sure the MR does not break anything (when applicable)
  • Readme file is present and up-to-date.

Documentation Updates

Additional Notes

Closes #49 (closed)

Merge request reports

Loading