systopia / de.systopia.campaign

SYSTOPIA's Google Summer of Code project: CampaignManager
https://campaignmanager.systopia.de/
Other
6 stars 19 forks source link

fix empty parent_id form field #125

Closed MarcMichalsky closed 19 hours ago

MarcMichalsky commented 5 days ago

Commit civicrm/civicrm-core@871b9f1f79d3aa58e2895a4b5cc880fc55ac13e5 has changed the campaign form so that it no longer contains the parent_id.

Due to this fact, the hook of this extension must also be adapted, because otherwise the parent campaign is no longer preselected when editing a campaign and is lost when saving.

Personally, I would rather fix this problem in the core (MarcMichalsky/civicrm-core@84ef687459fe496d9386d19d030823efed23a5c2), but that is probably difficult to convey.

MarcMichalsky commented 19 hours ago

Since civicrm/civicrm-core#31518 was merged, this PR has somehow become obsolete.