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

Fixed no data shown for products with recurring profiles #3910

Merged
merged 1 commit into from
Mar 29, 2024
Merged

Fixed no data shown for products with recurring profiles #3910

merged 1 commit into from
Mar 29, 2024

Conversation

fballiano
Copy link
Contributor

This issue was explained by @f1-outsourcing in #3908

I debugged it and found out that #3663 was the cause.

I rewrote #3663 and it seems to be solving both the object of #3663 and the problem in #3908

To test:

  • checkout the main branch
  • create a product with a recurring profile
  • refresh the product page in the backend (the recurring profile data will be empty)
  • apply the patch in this PR
  • refresh the same product page, the data will show (and there's no null parameter warning in the logs)

tagging @alexh-swdev @kiatng @elidrissidev since they worked on #3663, please also check this

@github-actions github-actions bot added the Component: lib/* Relates to lib/* label Mar 27, 2024
@fballiano fballiano changed the title Fixed issue 3909 Fixed no data shown for products with recurring profiles Mar 27, 2024
Copy link
Contributor

@kiatng kiatng left a comment

Choose a reason for hiding this comment

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

Tested.

@alexh-swdev
Copy link
Contributor

Also good for "my" intial problem.

Sorry for having introduced a new bug!

@ADDISON74 ADDISON74 linked an issue Mar 28, 2024 that may be closed by this pull request
@fballiano fballiano merged commit 4af8e48 into OpenMage:main Mar 29, 2024
17 checks passed
@fballiano fballiano deleted the issue3909 branch March 29, 2024 09:59
@spinsch
Copy link
Contributor

spinsch commented Apr 9, 2024

This was also the reason why the rule conditions were no longer displayed in certain circumstances. Just a hint in case someone had this problem and is looking for it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: lib/* Relates to lib/*
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrading from 19.4.x to 20: recurring data is not saved
6 participants