Skip to content

Making file browser editable

David Sikter requested to merge 710-make-file-browser-editable into v1.1.0

Extending the browser with basic edit functionality. For now, when a something is added or deleted, a dialog shows up and blocks further actions until processing is complete. This "modal" dialog is defined in Browser.js, and some codechanges have also been made to allow rerendering (and possibly re-fetching data via the api) of adaptors/lanes even when the path is the same. This part needs more work, though.

Edited by David Sikter

Merge request reports