Skip to content
This repository has been archived by the owner on Jul 28, 2021. It is now read-only.

Can not create plugin with null #19

Open
ZaykaNya opened this issue Dec 13, 2020 · 0 comments
Open

Can not create plugin with null #19

ZaykaNya opened this issue Dec 13, 2020 · 0 comments
Assignees
Labels
bug Something isn't working invalid This doesn't seem right

Comments

@ZaykaNya
Copy link
Member

Describe the bug 👀

Can not create plugin with null.

Example of array with null:

[{
"id": 1,
"type": "string",
"name": "pathToBlender",
"label": "Path to Blender",
"default": " ",
"min": 1,
"max": null
}, {
"id": 2,
"type": "integer",
"name": "numberOfThreads",
"label": "Number of Threads",
"default": 0,
"min": 0,
"max": 64
}, {
"id": 3,
"type": "integer",
"name": "resolutionX",
"label": "Resolution X",
"default": 1920,
"min": 0,
"max": 1920
}, {
"id": 4,
"type": "integer",
"name": "resolutionY",
"label": "Resolution Y",
"default": 1080,
"min": 0,
"max": 1080
}];

How to reproduce 🏃:

  1. Go to http://localhost:3000/plugin/create
  2. Fill in fields with "null" in one of them.
  3. Click on "Save" button.

Expected behavior 🙌

Possibility to create plugin with null in fiedls.

Screenshots ✨

image
image

System information

Desktop 💻:

  • OS: [e.g. iOS]
  • Browser [e.g. chrome, safari]
  • Version [e.g. 22]

Smartphone 📱:

  • Device: [e.g. iPhone6]
  • OS: [e.g. iOS8.1]
  • Browser [e.g. stock browser, safari]
  • Version [e.g. 22]

Additional context 🌞

@ZaykaNya ZaykaNya added bug Something isn't working invalid This doesn't seem right labels Dec 13, 2020
@DanilAndreev DanilAndreev added this to To do in Atlas Render Plugins development via automation Dec 25, 2020
@DanilAndreev DanilAndreev moved this from To do to In progress in Atlas Render Plugins development Dec 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working invalid This doesn't seem right
Development

No branches or pull requests

2 participants