Open bjendres opened 7 years ago
The CiviCRM Core is agnostic towards the campaign hierarchy, despite the fact that the parent_id field is part of core.
parent_id
I talked to @totten and the desired approach would be:
use hierarchy
0
1
WHERE ... campaign_id = cid
WHERE ... campaign_id IN ({cids})
The CiviCRM Core is agnostic towards the campaign hierarchy, despite the fact that the
parent_id
field is part of core.I talked to @totten and the desired approach would be:
use hierarchy
0
: hierarchy will not be used, everything stays the way it is now1
: hierarchy will be used, see below0
1
during install, if it is still empty - i.e. it hasn't been actively set to0
WHERE ... campaign_id = cid
sections withWHERE ... campaign_id IN ({cids})
if the setting is1
: