The field formatter used for printing passwords on node view, is only printing the realm id, because realm names are not stored in variables. The realm name should instead be taken from the database.

Comments

beltofte’s picture

Status: Active » Needs review
StatusFileSize
new1.2 KB

The attached patch loads the realm object using nodeaccess_password_realm_load(), and prints $realm->name instead of using variable_get().

beltofte’s picture

Status: Needs review » Fixed

Committed to git.

Status: Fixed » Closed (fixed)

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