Closed MarcMichalsky closed 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 …
I'll have a look at it next week. 🏝️
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!