Posted by Amazon on December 28, 2005 at 9:22pm
Jump to:
| Project: | volunteer |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
5)Volunteer:
http://localhost/~kieran/trunk/?q=admin/settings/volunteer
Volunteer does not pick up the existing volunteer profile in CiviCRM. Confirmed the profile meets the needs.
This is with http://svn.civicspacelabs.org/trunk.
Kieran
Comments
#1
Which civicrm version?
#2
CiviCRM 1.3
From the CiviCRM team:
I think the main (and probably only ) issue is that we removed the
following column in the Profile Field schema - which some/all of these
modules were looking at:
civicrm_uf_field.is_match int
try just eliminating this criteria in the profile select
and see if that fixes things.
#3
I removed that check and it appears to b working fine now.
#4
Tested against trunk. Seems to be working but getting CiviCRM errors that are independent or these errors and I need to confirm it's working.
Kieran
#5