systopia / de.systopia.twingle

CiviCRM Twingle Integration
Other
4 stars 2 forks source link

Identify profiles by ID #73

Closed MarcMichalsky closed 7 months ago

MarcMichalsky commented 1 year ago

Storing profiles in a separate db table instead of native CiviCRM settings was implemented in fd47b91b65cd1e6acf3387b642678abfbcd1e079.

Nevertheless, the name of the profile is still used to identify it. This leads to problems like #70.

I have now implemented the identification of profiles by their database ID.

This PR depends on PR #72 because it uses the custom ProfileException class!

jensschuppe commented 7 months ago

@MarcMichalsky I rebased onto current master which has the required changes from #72 - could you have a look whether you can spot anything odd? There were some merge conflicts I resolved but I would like to get another pair of eyes on it before merging …

MarcMichalsky commented 7 months ago

I'll have a look at it next week. 🏝️