civicrm / org.civicrm.volunteer

CiviVolunteer extension.
40 stars 64 forks source link

Remove unused clientside variable #571

Closed colemanw closed 3 years ago

colemanw commented 3 years ago

This variable currentContactId is pushed to the client side but never accessed. FYI if it were needed, core already makes it available as CRM.config.cid.

ginkgomzd commented 3 years ago

This variable probably shouldn't be used, but I did confirm there are custom implementations that depend on it. It would be proper to deprecate this in one release before removing.

colemanw commented 3 years ago

@ginkgomzd what other extensions use it? I can send them up a patch.