This issue was determined to be a bug with the conditional_fields module rather than entity_value_inheritance.
wjackson β created an issue.
Resolved in https://www.drupal.org/project/user_update_notify/issues/3422774 β¨ Target specific user fields to monitor Fixed
Issue resolved in https://www.drupal.org/project/user_update_notify/issues/3422774 β¨ Target specific user fields to monitor Fixed .
wjackson β created an issue.
wjackson β created an issue.
The attached patch is provided for ease of access and is derived from the merge request in comment #2 β¨ Feeds Integration Needs review . This patch/MR should allow for Feeds integration. I hope this helps, but let me know if there are any questions.
Thank you!
wjackson β created an issue.
Thank you, abhishek_gupta1 β , for your quick action and for providing the patch! For context, I moved the docblock above the use statements to adhere to Drupal standards via phpcs.
And thank you to earthday47 β for originally reporting the issue!
wjackson β created an issue.
wjackson β created an issue.
wjackson β created an issue.
wjackson β created an issue.
wjackson β created an issue.
Attached is the .patch file referenced in the merge request referenced in the previous comment. Seems to resolve the issue with how I use the module, but let us know if any additional changes are needed.
Thank you!
wjackson β made their first commit to this issueβs fork.
The previous patch created an issue where when a failed login attempt was recorded, it used the time of the last successful log rather than the time of the failed login attempt. Additionally, the source branch was a bit out of date.
This branch should include the most recent changes from the 2.x version of the login_history module, the changes from the patch RicardoPeters β previously provided in #7 β¨ Register failed login attempt Needs review / #9 β¨ Register failed login attempt Needs review , and the change to record the time of the failed login.
The attached patch was created from the merge request referenced in #10 β¨ Register failed login attempt Needs review .
Rerolled patch #7 to resolve failures against the recent commits to the login_history.module file.