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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1836318-realm-name-not-printed-on-node-view-D7.patch | 1.2 KB | beltofte |
Comments
Comment #1
beltofteThe attached patch loads the realm object using nodeaccess_password_realm_load(), and prints $realm->name instead of using variable_get().
Comment #2
beltofteCommitted to git.