New: Health check for import lists with missing root folders

New: Show missing root folder path in edit for Import List

(cherry picked from commit ae196af2ad368d49fde2358f0987ed7650c7f29c)

Closes #821
This commit is contained in:
Mark McDowall
2021-02-08 23:12:23 -08:00
committed by Bogdan
parent 44673eb4ee
commit b7fb42345c
6 changed files with 107 additions and 4 deletions
@@ -222,6 +222,7 @@ function EditImportListModalContent(props) {
name="rootFolderPath"
helpText={translate('RootFolderPathHelpText')}
{...rootFolderPath}
includeMissingValue={true}
onChange={onInputChange}
/>
</FormGroup>