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

path should not be required field in Create folder action #25

Open
stas-fomenko opened this issue Mar 22, 2021 · 0 comments
Open

path should not be required field in Create folder action #25

stas-fomenko opened this issue Mar 22, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@stas-fomenko
Copy link
Contributor

stas-fomenko commented Mar 22, 2021

Description:
In designer mode user cannot create folder in root (My files)
image

But, in dev mode it is possible

{
  "name": "create_Folder",
  "path": ""
}

So, it seems that path should not be required.

However, if path completely missed in input:

{
  "name": "create_Folder"
}

error is thrown: Error! Error: Path: "undefined" is not exist in drive: 7161fc17af0d3ce4. This case is also should be handled: when no path in input - folder should be created in root (My files)

@stas-fomenko stas-fomenko added the enhancement New feature or request label Mar 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant