systopia / de.systopia.moregreetings

CiviCRM Extension for additional greetings
GNU Affero General Public License v3.0
4 stars 10 forks source link

Store last processed id when finished processing of contacts #24

Closed semseysandor closed 1 year ago

semseysandor commented 2 years ago

it aims to resolve #21

semseysandor commented 2 years ago

Now this PR is complete.

Explicit casting of $last_id to string was needed, as CRM_Moregreetings_Renderer::updateMoreGreetingsForContacts() returns int when finished with all contacts and string otherwise.

semseysandor commented 2 years ago

Merge conflict is resolved.