Excerpts From CiviCRM IRC channel 12/10/2013:
(04:26:59 PM) GinkgoFJG: still around, kreynen? the current dev release of civicrm_multiday_event appears to have issues with populating the certification option list... wanted to check with you to make sure i'm not missing anything before i attempt to fix it
(04:28:21 PM) kreynen: GinkgoFJG: managing/mapping certifications in the event was dropped in favor of https://drupal.org/project/civicrm_certify
(04:29:19 PM) GinkgoFJG: kreynen: so should the field be dropped from the node/add/civicrm-multiday-event interface altogether, or do i need to install civicrm_certify in order to populate it?
(04:29:41 PM) kreynen: GinkgoFJG: field should be dropped
(04:30:15 PM) kreynen: GinkgoFJG: there just wasn't a use case for managing certification per event vs. per event type
(04:30:37 PM) GinkgoFJG: kreynen: i agree... that makes sense
(04:30:55 PM) GinkgoFJG: kreynen: want me to rip it out?
(04:31:03 PM) kreynen: GinkgoFJG: sure
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | civicrm_multiday_event-remove-deprecated-certification-field-2154077-1.patch | 1.25 KB | universalhandle |
Comments
Comment #1
universalhandle commentedOK, so there was less cruft in there than I thought, but even a little clean-up is a good thing, right?
Comment #2
kreynen commentedhttp://drupalcode.org/project/civicrm_multiday_event.git/commit/dbb5b60
Comment #4
stefanwray commentedThe deprecated Certification Field might not be being added on new installs, but when someone upgrades to a higher version it would be good if the upgrade removes that field. I've done so manually.
Comment #5
kreynen commentedUnless an organization using this is willing to pay a developer to add the update hook to "automagically" remove the field or code to display a warning message telling the user to do that, I think this is as fixed as it's going to get.