Rebased branch onto 2.0.x to include phpstan fix, now MR is ok, thanks @tim.plunkett
Fixed MR errors
jquijano β made their first commit to this issueβs fork.
Created MR for 11.x, still pending issue summary update
Added title attribute
jquijano β made their first commit to this issueβs fork.
Although the suggested changes have been applied, we are facing a blocker with PHPStan. It is reporting failures in files that were not modified, which is both unexpected and impacting our workflow. Interestingly, @tim.plunkett conducted live tests during DrupalCon Atlanta 2025 using his local machine and DrupalPod, where PHPStan executed successfully without any issues. However, these errors appear to be isolated to the pipeline CI environment. Could someone kindly assist us in diagnosing the root cause or suggest potential next steps?
jquijano β made their first commit to this issueβs fork.
Working on the issue
Rebased branch to incorporate the latest updates. Made changes to the TokenHook class. Note: The CronHook file has been rewritten due to updates, rendering the original modifications unnecessary.
ok, i'll work on this
I'll work on this
Hi folks,
@prabha1997 It's okay, I have already reviewed this test case, so it's fixed. The MR status is now OK.
Yes, the forced push was my mistake, but no worries. ;)
I'll work on this
@kristiaanvandeneynde Message has been cut down, also rebased branch to include latest changes from 11.x
Hi folks,
I've updated the fork and rebased the branch. I re-applied my changes and incorporated @kristiaanvandeneynde's UX suggestions. Essentially, I had to rewrite all (although it wasn't that much).
Reverted previous changes, added a condition to #access attribute to make it false if user self-editing according to @kristiaanvandeneynde's suggestions. Updated branch with lastest changes from main 11.x branch.
Added test case to validate the existence of status field for 2 situations:
- When user edits itself
- When user edits other user
Modified AccountForm to prevent status field rendering only if the account editor is the same user to prevent self-blocking
I will work in this
Removed $url_options as suggested, LanguageManagerInterface was not referenced in code.
I will work on this
jquijano β made their first commit to this issueβs fork.