The "Allowed users" section of the client node page is missing in 7.x-3.9 because the Drupal 6 Form API "#value" attribute is being used for the "item" form type instead of the Drupal 7 "#markup" attribute. Patching file "hosting_client.module" of the Client module such that it uses "#markup" fixes the problem. See attached screenshots of the page before and after patching.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | allowed_users_not_shown-issue_#2854738-comment_#2.patch | 644 bytes | kfolsom |
| allowed_users_patched.jpg | 15.16 KB | kfolsom | |
| allowed_users_unpatched.jpg | 12.84 KB | kfolsom |
Comments
Comment #2
kfolsom commentedAttached patch fixes the problem.
Comment #3
kfolsom commentedComment #4
kfolsom commentedComment #6
helmo commentedThanks, I've committed your patch.
Comment #8
avpaderno