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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

kfolsom created an issue. See original summary.

kfolsom’s picture

Attached patch fixes the problem.

kfolsom’s picture

Issue summary: View changes
kfolsom’s picture

Assigned: kfolsom » Unassigned

  • helmo committed edbc303 on 7.x-3.x authored by kfolsom
    Issue #2854738 by kfolsom: "Allowed Users" Form Not Shown on Client Node...
helmo’s picture

Version: 7.x-3.9 » 7.x-3.x-dev
Status: Active » Fixed

Thanks, I've committed your patch.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

apaderno’s picture

Issue tags: -hosting, -client node, -allowed users, -hosting_client, -client module, -#markup, -#value, -form API