CRM-21128 Personal Campaign Page selection with force=1 in Find Contributions (#8997)
authorAlar <giovanni@gargani.it>
Fri, 1 Sep 2017 01:56:06 +0000 (03:56 +0200)
committerEileen McNaughton <eileen@mcnaughty.com>
Fri, 1 Sep 2017 01:56:06 +0000 (13:56 +1200)
commit29d72d92dcb5edbcaa4b8a4e5343577e67c79de7
tree74ec652444808f81b06eeb12838688925838a63d
parent4c4602082a427ed12efb2250febc089a20d2962b
CRM-21128 Personal Campaign Page selection with force=1 in Find Contributions (#8997)

* Personal Campaign can now be passed in force mode

Passing pcpid=n with force=1 alloow to search on corresponding Personal
Campaign id

* Improves parameter passing

Now cope with both single value form (pcpid=n) and multivalue form
(pcpid[]=n&pcpid[]=m)

* Removed useless ++$n

* Fixed checkstyle warnings

* Operator spacing and comment indentation
CRM/Contribute/Form/Search.php