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

[BUGFIX] Avoid undefined array key error when saving scheduler task #126

Merged

Conversation

brotkrueml
Copy link
Contributor

New Pull Request checklist

PR Type

What kind of change does this PR introduce?

  • [FEATURE] - A new feature
  • [BUGFIX] - A bug fix
  • [TASK] - Any task, which is not a new feature or bugfix
  • [TEST] - Adding missing tests
  • [DOC] - Documentation only changes
  • [WIP] - Work in progress tag, should not be present when creating pull requests

Breaking change

Does this PR introduce a breaking change?

  • Yes
  • No

Description

Reproduction:

  • Create a new scheduler task
  • Select one available configuration und do not activate "Run all configurations"

The following error is displayed when saving the task:
PHP Warning: Undefined array key "pxasocialfeed_run_all_configs" in /var/www/html/vendor/pixelant/pxa-social-feed/Classes/Task/ImportTaskAdditionalFieldProvider.php line 137

Environment:

  • TYPO3 v11.5.14
  • PHP 8.1.8

Reproduction:
- Create a new scheduler task
- Select one available configuration und do not activate "Run all configurations"

The following error is displayed when saving the task:
PHP Warning: Undefined array key "pxasocialfeed_run_all_configs" in /var/www/html/vendor/pixelant/pxa-social-feed/Classes/Task/ImportTaskAdditionalFieldProvider.php line 137

Environment:
- TYPO3 v11.5.14
- PHP 8.1.8
@MattiasNilsson MattiasNilsson merged commit 9585703 into pixelant:master Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants