Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r603 - in registry/trunk/app: Controller View/CoPeople View/OrgIdentities

Subject: COmanage Developers List

List archive

[comanage-dev] r603 - in registry/trunk/app: Controller View/CoPeople View/OrgIdentities


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r603 - in registry/trunk/app: Controller View/CoPeople View/OrgIdentities
  • Date: Tue, 17 Sep 2013 17:06:57 -0400

Author: marie
Date: 2013-09-17 17:06:57 -0400 (Tue, 17 Sep 2013)
New Revision: 603

Added:
registry/trunk/app/View/CoPeople/search.inc
registry/trunk/app/View/OrgIdentities/search.inc
Modified:
registry/trunk/app/Controller/OrgIdentitiesController.php
Log:
CO-497 - Search/Filter for CO People and Org Identities

Modified: registry/trunk/app/Controller/OrgIdentitiesController.php
===================================================================
--- registry/trunk/app/Controller/OrgIdentitiesController.php 2013-09-17
03:10:30 UTC (rev 602)
+++ registry/trunk/app/Controller/OrgIdentitiesController.php 2013-09-17
21:06:57 UTC (rev 603)
@@ -454,6 +454,11 @@
$url['Search.'.$field] = $value;
}

+ // Include CO
+ if($this->requires_co) {
+ $url['co'] = $this->cur_co['Co']['id'];
+ }
+
// redirect the user to the url
$this->redirect($url, null, true);
}



  • [comanage-dev] r603 - in registry/trunk/app: Controller View/CoPeople View/OrgIdentities, svnlog, 09/17/2013

Archive powered by MHonArc 2.6.16.

Top of Page