Proofed original text and added some corrections

This commit is contained in:
georgeowell 2019-09-03 18:39:44 +01:00
parent 3fce3c1a7a
commit 7220ee6178
1 changed files with 4 additions and 11 deletions

View File

@ -7,18 +7,11 @@ category: howto
date: 2019-08-30 date: 2019-08-30
--- ---
A couple of our clients use [CiviCRM](https://civicrm.org/); one of them uses Some of our clients use [CiviCRM](https://civicrm.org/) which is a popular open source "constituent relationship management" platform;
the "Mailing" features to send out emails to their supporters. Apparently, one of those clients uses the "Mailing" features to send out emails to their supporters. We found out they're experiancing a bug where a user sends out a mailing with the same name (not subject line, just the internal identifier 🙄) as an existing mailing, it'll cause the CRM to
they're facing a bug where if someone sends out a Mailing with the same name freeze up at a later time.
(not subject line, just the internal identifier 🙄) as an existing one, it'll
freeze the CRM later.
As an added challenge, the Mailings feature of CiviCRM [now uses As an added challenge, the mailings feature of CiviCRM [now use AngularJS](https://docs.civicrm.org/dev/en/latest/framework/angular/) following a recent rebuild by the developers, and there aren't many tutorials or examples out there of workarounds to this issue. Luckily, the CiviCRM developer community was super-helpful, and we managed to sort out some in-form validation to prevent duplicate mailing names for our client and now for you, too!
AngularJS](https://docs.civicrm.org/dev/en/latest/framework/angular/) following
a recent rebuild, and there aren't many tutorials or examples out there.
Luckily, the CiviCRM developer community was super-helpful, and we managed to
sort out some in-form validation to prevent duplicate Mailing
names for our client… and now for you, too!
## Create a new extension ## Create a new extension