Skip to content

Fix(Config): prevent undefined array key from first configuration - #61

Merged
stonebuzz merged 2 commits into
mainfrom
fix_warning_from_fist_config
Sep 4, 2025
Merged

Fix(Config): prevent undefined array key from first configuration#61
stonebuzz merged 2 commits into
mainfrom
fix_warning_from_fist_config

Conversation

@stonebuzz

Copy link
Copy Markdown
Contributor

Checklist before requesting a review

Please delete options that are not relevant.

  • I have performed a self-review of my code.
  • I have added tests (when available) that prove my fix is effective or that my feature works.
  • I have updated the CHANGELOG with a short functional description of the fix or new feature.
  • This change requires a documentation update.

Description

When configuring the plugin for the first time, three warnings were displayed because no values existed yet for non-initialized fields:

image

This PR prevents these warnings from being triggered during the initial setup.

Screenshots (if appropriate):

@stonebuzzstonebuzz self-assigned this Sep 4, 2025
@stonebuzzstonebuzz added the bug Something isn't working label Sep 4, 2025
@stonebuzz

Copy link
Copy Markdown
ContributorAuthor

need #60 to get CHANGELOG.md file

@stonebuzz
stonebuzzforce-pushed the fix_warning_from_fist_config branch from b0d4c4d to 079fc47CompareSeptember 4, 2025 12:48
@stonebuzz
stonebuzz merged commit 881114d into mainSep 4, 2025
3 checks passed
@stonebuzz
stonebuzz deleted the fix_warning_from_fist_config branch September 4, 2025 12:57
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@stonebuzz@Mary-Clb