Trusted provider doesn't show in list
Bug #304759 reported by
Stuart Metcalfe
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Drupal Teams module |
Fix Released
|
Critical
|
Stuart Metcalfe |
Bug Description
When I add https:/
Changed in drupal-teams: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Attached is a small patch to the LP team module to fix the bug I mentioned in my previous mail. I tend to like using "serial" with PostgreSQL as it basically does: "not null default nextval( 'openid_ teams_trusted_ sid_seq' ::regclass) " and then removes any need of guessing the next ID, if you want to add MySQL compatibility you'd need to use the auto_increment thing of MySQL on that field,
behavior should then be the same.