CP field should only show that attributes what are really available for mapping. So on provider side, if openid_provider_ax is not here, do not show AX attribs. If openid_provider_sreg is not installed, hide SReg attribs. If neither is installed, warn the user to take action :)
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | openid_cp_field_mising_modules_and_revert_accidental_commit.patch | 4.65 KB | aron novak |
| #2 | openid_cp_field_mising_modules.patch | 2.04 KB | alex_b |
| #1 | openid_cp_field_mising_modules.patch | 2.04 KB | aron novak |
Comments
Comment #1
aron novakHere is a patch what takes care of missing modules and do not show nonsense attributes (SReg fields when Sreg module is not available, for example)
Comment #2
alex_b commentedFixed some language. RTBC.
Comment #3
darren.ferguson commentedAlex, does not want to patch based off the current cvs
[darren@myhost openid_cp_field]$ patch -i openid_cp_field_mising_modules_0.patch
patching file openid_cp_field.module
Hunk #1 FAILED at 91.
1 out of 1 hunk FAILED -- saving rejects to file openid_cp_field.module.rej
Comment #4
alex_b commentedThis may fight due to the recent commits - Aron could you have a look? Thank you.
Comment #5
aron novakI re-rolled the patch.
This one includes the revert of an accidental commit.
Comment #6
alex_b commentedCommitted.