civicrm-core.git
7 years agoCRM-16189, more code clean-up.
eileenmcnaugton [Mon, 31 Oct 2016 01:11:42 +0000 (14:11 +1300)]
CRM-16189, more code clean-up.

This is a partial of Pradeep's commit. Having made his go stale I have picked off some parts
to reduce the amount still left to merge

7 years agoMerge pull request #9327 from eileenmcnaughton/pradeep
Eileen McNaughton [Mon, 31 Oct 2016 00:41:55 +0000 (13:41 +1300)]
Merge pull request #9327 from eileenmcnaughton/pradeep

Fix line item fetch on membership template with priceset.

7 years agoMerge pull request #9336 from eileenmcnaughton/line_item
Eileen McNaughton [Sun, 30 Oct 2016 20:50:42 +0000 (09:50 +1300)]
Merge pull request #9336 from eileenmcnaughton/line_item

Reformat lineitem.tpl. whitspace only

7 years agoReformat lineitem.tpl. whitspace only
eileenmcnaugton [Sun, 30 Oct 2016 20:44:41 +0000 (09:44 +1300)]
Reformat lineitem.tpl. whitspace only

7 years agoMerge pull request #9304 from colemanw/CRM-17869
colemanw [Sat, 29 Oct 2016 02:19:37 +0000 (22:19 -0400)]
Merge pull request #9304 from colemanw/CRM-17869

CRM-17869 - Revert custom field date search refactoring to support relative dates

7 years agoMerge pull request #9334 from monishdeb/CRM-19394
colemanw [Sat, 29 Oct 2016 02:19:20 +0000 (22:19 -0400)]
Merge pull request #9334 from monishdeb/CRM-19394

CRM-19394: Fix for custom date range fields

7 years agoMerge pull request #9293 from civicrm/4.7.13-rc
colemanw [Sat, 29 Oct 2016 02:17:35 +0000 (22:17 -0400)]
Merge pull request #9293 from civicrm/4.7.13-rc

4.7.13 rc

7 years agoCRM-19394: Fix for custom date range fields
deb.monish [Fri, 28 Oct 2016 20:36:38 +0000 (02:06 +0530)]
CRM-19394: Fix for custom date range fields

7 years agoMerge pull request #9333 from monishdeb/CRM-17807
Eileen McNaughton [Fri, 28 Oct 2016 19:58:48 +0000 (08:58 +1300)]
Merge pull request #9333 from monishdeb/CRM-17807

CRM-17807: unit test to check if invoice is created for paypal std.

7 years agoMerge pull request #9332 from jitendrapurohit/CRM-19394-4.7.13-rc
colemanw [Fri, 28 Oct 2016 18:56:49 +0000 (14:56 -0400)]
Merge pull request #9332 from jitendrapurohit/CRM-19394-4.7.13-rc

CRM-19394: Fix relative date saved search

7 years agoMerge pull request #9324 from jmcclelland/crm-19569
colemanw [Fri, 28 Oct 2016 18:50:34 +0000 (14:50 -0400)]
Merge pull request #9324 from jmcclelland/crm-19569

CRM-19569 - use relative links from info page to registration page.

7 years agoCRM-17807: unit test to check if invoice is created for paypal std.
deb.monish [Fri, 28 Oct 2016 16:11:09 +0000 (21:41 +0530)]
CRM-17807: unit test to check if invoice is created for paypal std.

7 years agoFix relative date saved search
jitendrapurohit [Fri, 28 Oct 2016 09:34:18 +0000 (15:04 +0530)]
Fix relative date saved search

7 years agoMerge pull request #9330 from colemanw/CRM-19551
colemanw [Thu, 27 Oct 2016 20:21:43 +0000 (16:21 -0400)]
Merge pull request #9330 from colemanw/CRM-19551

CRM-19551 - Display multiple case activity attachments

7 years agoCRM-19551 - Display multiple case activity attachments
Coleman Watts [Thu, 27 Oct 2016 18:59:53 +0000 (14:59 -0400)]
CRM-19551 - Display multiple case activity attachments

7 years agoMerge pull request #9325 from colemanw/multicurrency
colemanw [Thu, 27 Oct 2016 14:59:20 +0000 (10:59 -0400)]
Merge pull request #9325 from colemanw/multicurrency

multicurrency - delete old D6 module

7 years agoMerge pull request #9328 from jitendrapurohit/warningfix
Monish Deb [Thu, 27 Oct 2016 11:47:39 +0000 (17:17 +0530)]
Merge pull request #9328 from jitendrapurohit/warningfix

CRM-19313: Fix custom group page warnings

7 years agoFix line item fetch on membership template with priceset.
eileen [Thu, 27 Oct 2016 10:24:04 +0000 (23:24 +1300)]
Fix line item fetch on membership template with priceset.

In conjunction with checking Pradeep's code tidy up I found that the code here is not currently presenting membership
details correctly. I used Pradeep's solution, but I also clarified the process to process quickConfig as close to
the place where it is used as possible - in this case it directly affects the display of the lines.

Ideally we would assign something clearer to the template such as displayLineItemRows rahter than these mystical
parameters"
error: pathspec 'Fix line item fetch on membership template with priceset.

In conjunction with checking Pradeep's code tidy up I found that the code here is not currently presenting membership
details correctly. I used Pradeep's solution, but I also clarified the process to process quickConfig as close to
the place where it is used as possible - in this case it directly affects the display of the lines.

Ideally we would assign something clearer to the template such as displayLineItemRows rahter than these mystical
parameters

7 years agoFix lineitem fetch on ContributionView page.
eileen [Thu, 27 Oct 2016 11:00:06 +0000 (00:00 +1300)]
Fix lineitem fetch on ContributionView page.

Make the way in which is_quick_config it used explicit (do we want to display line items) rather than hidden
in a parameter in the getLineItem call

7 years agoMerge pull request #9326 from eileenmcnaughton/cont_page_null
Monish Deb [Thu, 27 Oct 2016 11:14:52 +0000 (16:44 +0530)]
Merge pull request #9326 from eileenmcnaughton/cont_page_null

CRM-19478 Handle contribution_page_id = 'null' oddity.

7 years agoFix custom group page warnings
jitendrapurohit [Thu, 27 Oct 2016 10:42:08 +0000 (16:12 +0530)]
Fix custom group page warnings

7 years agoCRM-19478 Handle contribution_page_id = 'null' oddity.
eileen [Thu, 27 Oct 2016 08:15:10 +0000 (21:15 +1300)]
CRM-19478 Handle contribution_page_id = 'null' oddity.

I can't quite figure out the full flow here but this fix has been tested by Stoob & confirmed

7 years agoMerge pull request #9314 from liedekef/searchmember
Monish Deb [Thu, 27 Oct 2016 07:28:12 +0000 (12:58 +0530)]
Merge pull request #9314 from liedekef/searchmember

CRM-19556 : Allow to search on just being an active member

7 years agoCustom field form cleanup
Coleman Watts [Thu, 27 Oct 2016 01:24:34 +0000 (21:24 -0400)]
Custom field form cleanup

7 years agoStylefix
Franky Van Liedekerke [Wed, 26 Oct 2016 21:44:31 +0000 (23:44 +0200)]
Stylefix

7 years agomulticurrency - delete old D6 module
Coleman Watts [Wed, 26 Oct 2016 19:15:17 +0000 (15:15 -0400)]
multicurrency - delete old D6 module

7 years agoCRM-19569 - use relative links from info page to registration page.
Jamie McClelland [Wed, 26 Oct 2016 16:54:09 +0000 (12:54 -0400)]
CRM-19569 - use relative links from info page to registration page.

7 years agoMerge pull request #8889 from fuzionnz/CRM-9484
Monish Deb [Wed, 26 Oct 2016 13:12:26 +0000 (18:42 +0530)]
Merge pull request #8889 from fuzionnz/CRM-9484

CRM-9484: Handle message formats more robustly

7 years agoMerge pull request #8956 from TobiasLounsbury/CRM-19278
Monish Deb [Wed, 26 Oct 2016 12:57:33 +0000 (18:27 +0530)]
Merge pull request #8956 from TobiasLounsbury/CRM-19278

CRM-19278: Added logic to support all return status codes for the Goo…

7 years agoMerge pull request #9321 from monishdeb/CRM-19561
Monish Deb [Wed, 26 Oct 2016 11:42:54 +0000 (17:12 +0530)]
Merge pull request #9321 from monishdeb/CRM-19561

CRM-19561: When using Pay Later with a Price Set, Contribution Details in Email Receipt are Blank

7 years agoMerge pull request #9316 from tschuettler/CRM-19563
Monish Deb [Wed, 26 Oct 2016 10:55:04 +0000 (16:25 +0530)]
Merge pull request #9316 from tschuettler/CRM-19563

CRM-19563: Add mapping_type_id, name and description to mappings from…

7 years agoadded missing group assignment
tschuettler [Wed, 26 Oct 2016 09:48:07 +0000 (11:48 +0200)]
added missing group assignment

7 years agoCRM-19561: When using Pay Later with a Price Set, Contribution Details in Email Recei...
deb.monish [Wed, 26 Oct 2016 07:37:06 +0000 (13:07 +0530)]
CRM-19561: When using Pay Later with a Price Set, Contribution Details in Email Receipt are Blank

7 years agoMerge pull request #9320 from colemanw/CRM-19543
colemanw [Wed, 26 Oct 2016 01:52:26 +0000 (21:52 -0400)]
Merge pull request #9320 from colemanw/CRM-19543

CRM-19543 - Fix integer 0 matching for api pseudoconstants

7 years agoMerge pull request #9319 from colemanw/CRM-19506-rc
colemanw [Wed, 26 Oct 2016 01:04:34 +0000 (21:04 -0400)]
Merge pull request #9319 from colemanw/CRM-19506-rc

CRM-19506 - Remove conflicting uniqueName from CaseContact DAO

7 years agoCRM-19543 - Don't match pseudoconstants when using comparison operators
Coleman Watts [Tue, 25 Oct 2016 21:14:07 +0000 (17:14 -0400)]
CRM-19543 - Don't match pseudoconstants when using comparison operators

7 years agoCRM-19543 - Fix integer 0 matching for api pseudoconstants
Coleman Watts [Tue, 25 Oct 2016 19:20:49 +0000 (15:20 -0400)]
CRM-19543 - Fix integer 0 matching for api pseudoconstants

7 years agoShow better text when executing the search
Franky Van Liedekerke [Tue, 25 Oct 2016 20:21:51 +0000 (22:21 +0200)]
Show better text when executing the search

7 years agoCRM-19506 - Remove conflicting uniqueName from CaseContact DAO
Coleman Watts [Tue, 25 Oct 2016 17:26:14 +0000 (13:26 -0400)]
CRM-19506 - Remove conflicting uniqueName from CaseContact DAO

This uniqueName did not seem to serve any purpose, and was ambiguous,
easily confused with the "id" column.

7 years agoCRM-19506 - Add caseContact test
Coleman Watts [Sat, 15 Oct 2016 03:06:22 +0000 (23:06 -0400)]
CRM-19506 - Add caseContact test

7 years agoCRM-19563: Add mapping_type_id, name and description to mappings from search builder
Thomas Schüttler [Tue, 25 Oct 2016 14:35:14 +0000 (16:35 +0200)]
CRM-19563: Add mapping_type_id, name and description to mappings from search builder

7 years agoMerge pull request #9246 from eileenmcnaughton/bjorn
Eileen McNaughton [Mon, 24 Oct 2016 23:29:46 +0000 (12:29 +1300)]
Merge pull request #9246 from eileenmcnaughton/bjorn

CRM-19494 Refactoring of permission code

7 years agoAllow to search on just being an active member
Franky Van Liedekerke [Mon, 24 Oct 2016 21:56:18 +0000 (23:56 +0200)]
Allow to search on just being an active member

7 years agoMerge pull request #9313 from tschuettler/CRM-19559
Monish Deb [Mon, 24 Oct 2016 18:14:17 +0000 (23:44 +0530)]
Merge pull request #9313 from tschuettler/CRM-19559

CRM-19559: CRM_Contact_BAO_Contact_Utils - Fix handling of postal_co…

7 years agoCRM-19559 - CRM_Contact_BAO_Contact_Utils - Fix handling of postal_code in contactDet...
Thomas Schüttler [Mon, 24 Oct 2016 12:36:52 +0000 (14:36 +0200)]
CRM-19559 - CRM_Contact_BAO_Contact_Utils - Fix handling of postal_code in contactDetails()

7 years agoMerge pull request #8424 from seamuslee001/CRM-18594
Monish Deb [Mon, 24 Oct 2016 11:26:53 +0000 (16:56 +0530)]
Merge pull request #8424 from seamuslee001/CRM-18594

CRM-18594 Attempt to add test to check aphabetical event type

7 years agoCRM-19557 Fix ACL caching function to not use inefficient query for view my contact
eileenmcnaugton [Mon, 24 Oct 2016 08:50:26 +0000 (21:50 +1300)]
CRM-19557 Fix ACL caching function to not use inefficient query for view my contact

Conflicts:
CRM/Contact/BAO/Contact/Permission.php

7 years agoReturn explicit FALSE for test expectation
eileen [Fri, 14 Oct 2016 17:08:20 +0000 (18:08 +0100)]
Return explicit FALSE for test expectation

Change-Id: Ic975b736eae4edf145636b01cb6e618bbfc0ab70

7 years agoCRM-12645 remove unused function
eileen [Fri, 14 Oct 2016 15:13:23 +0000 (16:13 +0100)]
CRM-12645 remove unused function

7 years agoCRM-12645 remove replaced function
eileen [Fri, 14 Oct 2016 15:06:29 +0000 (16:06 +0100)]
CRM-12645 remove replaced function

7 years agoCRM-12645 fix regression in previous refactor
eileen [Fri, 14 Oct 2016 14:24:13 +0000 (15:24 +0100)]
CRM-12645 fix regression in previous refactor

7 years agoCRM-18120 make acl query less debilitating
eileenmcnaugton [Mon, 29 Feb 2016 05:48:46 +0000 (18:48 +1300)]
CRM-18120 make acl query less debilitating

7 years agoCRM-12645 fix the code that calls the links function to not whomp it.
eileen [Thu, 13 Oct 2016 16:17:55 +0000 (17:17 +0100)]
CRM-12645 fix the code that calls the links function to not whomp it.

Also, index rows by id so array_keys is useful

7 years agoMinor in-passing tidy-ups
eileen [Thu, 13 Oct 2016 16:04:56 +0000 (17:04 +0100)]
Minor in-passing tidy-ups

7 years agoFix enotice
eileen [Thu, 13 Oct 2016 14:10:51 +0000 (15:10 +0100)]
Fix enotice

7 years agoimplementing @eileen's suggestions:
systopia [Thu, 13 Oct 2016 10:48:20 +0000 (11:48 +0100)]
implementing @eileen's suggestions:
 - style
 - extra test
 - documentation
 - FIXME remarks

7 years agoobeying master jenkins
systopia [Wed, 12 Oct 2016 21:51:26 +0000 (22:51 +0100)]
obeying master jenkins

obeying master jenkins

7 years agousing new Permission::allowList to fix CRM-12645
systopia [Wed, 12 Oct 2016 20:47:32 +0000 (21:47 +0100)]
using new Permission::allowList to fix CRM-12645

7 years agofinished unit tests
systopia [Wed, 12 Oct 2016 20:21:08 +0000 (21:21 +0100)]
finished unit tests

7 years agofixed bug in the original function
systopia [Wed, 12 Oct 2016 20:19:50 +0000 (21:19 +0100)]
fixed bug in the original function

7 years agofixed: EDIT implies VIEW
systopia [Wed, 12 Oct 2016 20:19:12 +0000 (21:19 +0100)]
fixed: EDIT implies VIEW

7 years agounit tests for new list permission functions (wip)
systopia [Wed, 12 Oct 2016 13:02:06 +0000 (14:02 +0100)]
unit tests for new list permission functions (wip)

7 years agounit tests for new list permission functions (wip)
systopia [Wed, 12 Oct 2016 11:28:01 +0000 (12:28 +0100)]
unit tests for new list permission functions (wip)

7 years agoadding new list permission functions (wip)
systopia [Wed, 12 Oct 2016 11:27:42 +0000 (12:27 +0100)]
adding new list permission functions (wip)

7 years agostarted unit tests for new list permission functions
systopia [Tue, 11 Oct 2016 23:55:16 +0000 (00:55 +0100)]
started unit tests for new list permission functions

7 years agocleanup and documentation
systopia [Tue, 11 Oct 2016 23:54:54 +0000 (00:54 +0100)]
cleanup and documentation

7 years agoadded check for 'view/edit my contact'
systopia [Tue, 11 Oct 2016 23:53:17 +0000 (00:53 +0100)]
added check for 'view/edit my contact'

7 years agoadded new list permission functions
systopia [Tue, 11 Oct 2016 23:51:28 +0000 (00:51 +0100)]
added new list permission functions

7 years agoMerge pull request #9312 from cividesk/CRM-3795-4.7
Eileen McNaughton [Mon, 24 Oct 2016 01:32:08 +0000 (14:32 +1300)]
Merge pull request #9312 from cividesk/CRM-3795-4.7

CRM-3795: Full fix

7 years agoMerge pull request #9302 from systopia/CRM-19639-2
Eileen McNaughton [Mon, 24 Oct 2016 01:28:44 +0000 (14:28 +1300)]
Merge pull request #9302 from systopia/CRM-19639-2

CRM-19539 proposed fix (version 2)

7 years agoMerge pull request #9308 from fuzionnz/case_api_case_id
Eileen McNaughton [Mon, 24 Oct 2016 00:45:44 +0000 (13:45 +1300)]
Merge pull request #9308 from fuzionnz/case_api_case_id

CRM-19552: If no case_id provided to Case API, use the provided ID.

7 years agoStyle issues.
Nicolas Ganivet [Sun, 23 Oct 2016 21:30:34 +0000 (15:30 -0600)]
Style issues.

7 years agoFull fix: Bcc addresses no longer shown to recipients when PEAR mailer is not Mail_mail.
Nicolas Ganivet [Sun, 23 Oct 2016 21:24:35 +0000 (15:24 -0600)]
Full fix: Bcc addresses no longer shown to recipients when PEAR mailer is not Mail_mail.

7 years agoCleanup BAO_Query classes
Coleman Watts [Sat, 22 Oct 2016 15:19:17 +0000 (11:19 -0400)]
Cleanup BAO_Query classes

7 years agoCRM-17869 - Support all entities with custom date search
Coleman Watts [Sat, 22 Oct 2016 01:37:56 +0000 (21:37 -0400)]
CRM-17869 - Support all entities with custom date search

7 years agoMerge pull request #8944 from totten/master-givi
Tim Otten [Fri, 21 Oct 2016 19:51:02 +0000 (12:51 -0700)]
Merge pull request #8944 from totten/master-givi

bin/givi - Add backdrop support

7 years agoMerge pull request #9303 from tschuettler/CRM-19550
Monish Deb [Fri, 21 Oct 2016 11:21:55 +0000 (16:51 +0530)]
Merge pull request #9303 from tschuettler/CRM-19550

CRM-19550: CRM_Event_Form_Participant - Fix duplicate event registra…

7 years agoIf no case_id provided to Case API, use the provided ID.
Chris Burgess [Fri, 21 Oct 2016 03:41:06 +0000 (16:41 +1300)]
If no case_id provided to Case API, use the provided ID.

CRM-19552

7 years agoMerge pull request #9268 from seamuslee001/CRM-19463
Tim Otten [Thu, 20 Oct 2016 19:36:02 +0000 (12:36 -0700)]
Merge pull request #9268 from seamuslee001/CRM-19463

CRM-19463 Get E2E tests working on php7

7 years agoCRM-17869 - Revert custom field date search refactoring to support relative dates
Coleman Watts [Thu, 20 Oct 2016 16:00:37 +0000 (12:00 -0400)]
CRM-17869 - Revert custom field date search refactoring to support relative dates

7 years agoMerge pull request #9211 from JMAConsulting/CRM-19485
colemanw [Thu, 20 Oct 2016 14:42:00 +0000 (10:42 -0400)]
Merge pull request #9211 from JMAConsulting/CRM-19485

[ready-for-core-team-review]CRM-19485, Fixed selector issue on Batch Transaction form

7 years agoCRM-19485, removed async method since its depricated and called function for toggling...
Pradeep Nayak [Thu, 20 Oct 2016 13:10:58 +0000 (18:40 +0530)]
CRM-19485, removed async method since its depricated and called function for toggling in success

----------------------------------------
* CRM-19485: Selector issue on Batch trxn assignment page
  https://issues.civicrm.org/jira/browse/CRM-19485

7 years agoCRM-19550 - CRM_Event_Form_Participant - Fix duplicate event registrations for standa...
Thomas Schüttler [Thu, 20 Oct 2016 13:09:55 +0000 (15:09 +0200)]
CRM-19550 - CRM_Event_Form_Participant - Fix duplicate event registrations for standalone form

7 years agoCRM-19485, Fixed selector issue on Batch Transaction form
Pradeep Nayak [Tue, 11 Oct 2016 15:25:25 +0000 (20:55 +0530)]
CRM-19485, Fixed selector issue on Batch Transaction form

----------------------------------------
* CRM-19485: Selector issue on Batch trxn assignment page
  https://issues.civicrm.org/jira/browse/CRM-19485

7 years agoMerge pull request #9296 from michaelmcandrew/grant-api-contact-required
Monish Deb [Thu, 20 Oct 2016 12:15:05 +0000 (17:45 +0530)]
Merge pull request #9296 from michaelmcandrew/grant-api-contact-required

CRM-19543: contact_id should be marked as required on grant api

7 years agofix CRM-19539 (adjusted call signature)
systopia [Wed, 19 Oct 2016 07:58:36 +0000 (09:58 +0200)]
fix CRM-19539 (adjusted call signature)

7 years agoMerge pull request #9297 from monishdeb/CRM-19541
Monish Deb [Thu, 20 Oct 2016 05:41:14 +0000 (11:11 +0530)]
Merge pull request #9297 from monishdeb/CRM-19541

CRM-19541: Custom Date Range saved search doesn't sets default values to the input

7 years agoEnsure that only strings get encoded
Seamus Lee [Wed, 19 Oct 2016 23:35:12 +0000 (10:35 +1100)]
Ensure that only strings get encoded

7 years agoget php to detect encoding
Seamus Lee [Mon, 17 Oct 2016 00:15:34 +0000 (11:15 +1100)]
get php to detect encoding

7 years agoAdd in docblock of new function
Seamus Lee [Sun, 16 Oct 2016 23:44:17 +0000 (10:44 +1100)]
Add in docblock of new function

7 years agoCRM-19463 Proper fix to get E2E tests passing ensure that arrays are utf-8 encoded
Seamus Lee [Sun, 16 Oct 2016 01:44:04 +0000 (12:44 +1100)]
CRM-19463 Proper fix to get E2E tests passing ensure that arrays are utf-8 encoded

7 years agoCRM-19463 Get E2E tests working on php7
Seamus Lee [Sun, 16 Oct 2016 01:44:04 +0000 (12:44 +1100)]
CRM-19463 Get E2E tests working on php7

7 years agobin/givi - Update to satisfy civilint
Tim Otten [Wed, 19 Oct 2016 22:01:57 +0000 (15:01 -0700)]
bin/givi - Update to satisfy civilint

7 years agoMerge pull request #9295 from JMAConsulting/CRM-19540
Monish Deb [Wed, 19 Oct 2016 19:11:01 +0000 (00:41 +0530)]
Merge pull request #9295 from JMAConsulting/CRM-19540

CRM-19540 Bypassed auto name creation when specified in params

7 years agoMerge pull request #9291 from colemanw/CRM-19535
colemanw [Wed, 19 Oct 2016 17:49:51 +0000 (13:49 -0400)]
Merge pull request #9291 from colemanw/CRM-19535

CRM-19535 - Conditionally add is_active param to entityRef

7 years agotwo more fields that should be required by the grant api
Michael McAndrew [Wed, 19 Oct 2016 14:13:10 +0000 (15:13 +0100)]
two more fields that should be required by the grant api

7 years agoCRM-19540 Fixed API test failures
Edsel [Wed, 19 Oct 2016 13:58:53 +0000 (19:28 +0530)]
CRM-19540 Fixed API test failures

----------------------------------------
* CRM-19540: UFGroup API does not respect name parameter
  https://issues.civicrm.org/jira/browse/CRM-19540

7 years agoCRM-19541: Custom Date Range saved search doesn't sets default values to the input
deb.monish [Wed, 19 Oct 2016 13:01:25 +0000 (18:31 +0530)]
CRM-19541: Custom Date Range saved search doesn't sets default values to the input

7 years agoMerge pull request #9284 from monishdeb/CRM-19513
Monish Deb [Wed, 19 Oct 2016 11:52:20 +0000 (17:22 +0530)]
Merge pull request #9284 from monishdeb/CRM-19513

CRM-19513: Saved search is incorrectly using IN rather than BETWEEN f…

7 years agoCRM-19540 Bypassed auto name creation when specified in params
Edsel [Wed, 19 Oct 2016 09:51:47 +0000 (15:21 +0530)]
CRM-19540 Bypassed auto name creation when specified in params

----------------------------------------
* CRM-19540: UFGroup API does not respect name parameter
  https://issues.civicrm.org/jira/browse/CRM-19540