Skip to content

Conversation

bohdan-harniuk
Copy link
Collaborator

Description (*)

Fixed java.lang.NullPointerException when opening new cron job dialog for an invalid Magento 2 module.

The bug was reproduced before fixing it:

Screenshot 2021-12-17 at 16 23 15

Behaviour after bug fixing (for an invalid module structure):

Screenshot 2021-12-17 at 16 20 10

The cron job name is not auto-populated as it cannot be resolved without valid module structure.

Behaviour after bug fixing (for a valid module structure):

Screenshot 2021-12-17 at 16 20 41

The cron job name is auto-populated.

Fixed Issues (if relevant)

  1. Fixes [Bug] java.lang.NullPointerException when opening new cron job dialog for an invalid Magento 2 module #825

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with integration/functional tests (if applicable)
  • All automated tests passed successfully (all builds are green)

Copy link
Collaborator

@andrewbess andrewbess left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @bohdan-harniuk
Thank you for your contribution
Approved ✔️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] java.lang.NullPointerException when opening new cron job dialog for an invalid Magento 2 module

2 participants