CiviCooP / org.civicoop.pdfapi

Create PDF files and send them to a specified e-mail address from the API
Other
0 stars 11 forks source link

Fails to execute install and upgrade SQL due to more than 25 extensions #23

Closed jusfreeman closed 4 years ago

jusfreeman commented 4 years ago

org.civicoop.pdfapi fails to execute install and upgrade SQL due to more than 25 extensions available in the CiviCRM directory.

PR uses CiviCRM API to check if CiviRules is installed without having to loop through all extensions and bypasses the default 25 results limit for CiviCRM API calls.

Code formatting included with change due to removal of loop.

Agileware Ref: CIVIRULES-2

agileware-justin commented 4 years ago

@ErikHommel hey mate, you would mind doing a review of this PR when you can? Thanks very much Justin

ErikHommel commented 4 years ago

Thanks @agileware-justin!

agileware-justin commented 4 years ago

Thanks @ErikHommel