| Summary: | [pmi] Committers with no Drupal user are skipped when provisioning a project | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Community | Reporter: | Wayne Beaton <wayne.beaton> | ||||
| Component: | Project Management & Portal | Assignee: | Eclipse Web <webdev> | ||||
| Status: | RESOLVED FIXED | QA Contact: | |||||
| Severity: | critical | ||||||
| Priority: | P3 | CC: | eric.poirier, wayne.beaton, webmaster | ||||
| Version: | unspecified | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Wayne Beaton
Hi Wayne, I merged my patch to production. You should now be able to create paperworks for users that are in LDAP rather than in the projects websites only. Please reopen this bug if there's an issue with the change. Something went wrong. Created attachment 273985 [details]
Something went wrong
(In reply to Wayne Beaton from comment #3) > Created attachment 273985 [details] > Something went wrong The provisioning function was still trying to create a paperwork based on the user_load() result... I created the following patch to create the paperwork using the ldap user id if it exists. https://foundation.eclipse.org/r/#/c/2563/1 Also as a side note, if the user doesn't have an account on accounts.eclipse.org, one will be created if a record in LDAP is found. My patch is now on production. Let me know if all goes well. (In reply to Eric Poirier from comment #5) > My patch is now on production. Let me know if all goes well. It works! Thanks! |