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

Resolve getPasswordTimestamp join issues #3010

Merged
merged 1 commit into from
Feb 3, 2023
Merged

Resolve getPasswordTimestamp join issues #3010

merged 1 commit into from
Feb 3, 2023

Conversation

alexkirsch
Copy link
Contributor

Resolve backend type being incorrect and not correctly joining to the entity values correctly.

Description (*)

getPasswordTimestamp() is joining to the incorrect table and not properly joining in on the password_created_at int value table. This results in always using the customer_entity table created_at timestamp.. which if that is the intent we should remove the join or properly join.

Related Pull Requests

Fixed Issues (if relevant)

  1. Fixes OpenMage/magento-lts#<issue_number>

Manual testing scenarios (*)

  1. ...
  2. ...

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All automated tests passed successfully (all builds are green)
  • Add yourself to contributors list

Resolve backend type being incorrect and not correctly joining to the entity values correctly.
@github-actions github-actions bot added the Component: Customer Relates to Mage_Customer label Feb 2, 2023
@alexkirsch alexkirsch changed the title Update Customer.php Resolve getPasswordTimestamp join issues Feb 2, 2023
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.

Thanks, confirmed a bug. Tested.

@elidrissidev elidrissidev merged commit 7b8baaa into OpenMage:1.9.4.x Feb 3, 2023
fballiano pushed a commit that referenced this pull request Feb 3, 2023
…3010)

Resolve backend type being incorrect and not correctly joining to the entity values correctly.
@fballiano
Copy link
Contributor

cherrypicked to v20

@alexkirsch alexkirsch deleted the resolve-password-timestamp branch February 3, 2023 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug confirmed Component: Customer Relates to Mage_Customer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants