Skip to content

[BUG] statusCheck in Items not being honored when set at appConfig level #651

@ridizy

Description

@ridizy

Environment

Self-Hosted (Docker)

Version

2.0.8

Describe the problem

I am setting statusCheck to true at the appConfig level. I then have some items where I don't want the status check to be enabled, and I am setting those to statusCheck: false. However, those items still have the status check enabled.

For example, I have:

appConfig:
  theme: default
  language: en
  layout: auto
  iconSize: medium
  statusCheck: true

And then I have:

items:
  - title: App1
    description: My App 1
    icon: favicon
    url: https://app1.example.com
    id: 0_393_app1
  - title: App2
    description: My App 2
    icon: favicon
    url: http://app2.example.com
    statusCheck: false
    id: 1_393_app2

I would expect App 1 to have the status check enabled and App 2 to not have it enabled. However, both items are showing up on the dashboard with the status check enabled.

Additional info

No errors are being thrown

Please tick the boxes

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions