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

Apps UI bug, checkbox showing when it shouldn't #220

Closed
stavros-k opened this issue Mar 4, 2021 · 5 comments
Closed

Apps UI bug, checkbox showing when it shouldn't #220

stavros-k opened this issue Mar 4, 2021 · 5 comments
Labels
bug Something isn't working

Comments

@stavros-k
Copy link
Member

stavros-k commented Mar 4, 2021

Describe the bug
Traefik app have a checkbox "emptyDir" under app storage, which is unclickable (as it should, its editable:false).
Also this box is marked as hidden:true in questions.yaml

EDIT All apps have the same problem.
Is this related to any WIP thing by IX or from our common?

To Reproduce
Steps to reproduce the behavior:

  1. Go to Apps
  2. Click on Traefik any app
  3. Scroll down to Storage
  4. See error

Expected behavior
Hidden checkbox

Screenshots
If applicable, add screenshots to help explain your problem.
image

Additional context

- variable: appVolumeMounts
label: "app storage"
group: "Storage"
schema:
type: dict
attrs:
# Config ------------------------
- variable: data
label: "Data Dataset"
schema:
type: dict
$ref:
- "normalize/ixVolume"
attrs:
- variable: enabled
label: "Enabled"
schema:
type: boolean
default: true
required: true
hidden: true
editable: false
- variable: emptyDir
label: "emptyDir"
schema:
type: boolean
default: false
hidden: true
editable: false

@stavros-k stavros-k added the bug Something isn't working label Mar 4, 2021
@stavros-k stavros-k changed the title Traefik UI bug, checkbox showing when it shouldn't Apps UI bug, checkbox showing when it shouldn't Mar 4, 2021
@stavros-k stavros-k changed the title Apps UI bug, checkbox showing when it shouldn't Apps ~~Traefik~~ UI bug, checkbox showing when it shouldn't Mar 4, 2021
@stavros-k stavros-k changed the title Apps ~~Traefik~~ UI bug, checkbox showing when it shouldn't Apps UI bug, checkbox showing when it shouldn't Mar 4, 2021
@Ornias1993
Copy link
Member

Ornias1993 commented Mar 4, 2021

Upstream bug:
https://jira.ixsystems.com/browse/NAS-109685

@Ornias1993
Copy link
Member

@stavros-k I assume you are also running Nightly builds and not the latest ALPHA?

@stavros-k
Copy link
Member Author

@stavros-k I assume you are also running Nightly builds and not the latest ALPHA?

Yes nightlies, I update once or twice a day!

@Ornias1993
Copy link
Member

Updated the shown code snipped to include everything up-to the problematic part.

@truecharts-admin
Copy link
Collaborator

This issue is locked to prevent necro-posting on closed issues. Please create a new issue or contact staff on discord of the problem persists

@truecharts truecharts locked and limited conversation to collaborators Feb 9, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants