Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] r380 - registry/trunk/app/View/CoPeople

Subject: COmanage Developers List

List archive

[comanage-dev] r380 - registry/trunk/app/View/CoPeople


Chronological Thread 
  • From:
  • To:
  • Subject: [comanage-dev] r380 - registry/trunk/app/View/CoPeople
  • Date: Sun, 7 Oct 2012 19:08:31 -0400

Author: benno
Date: 2012-10-07 19:08:31 -0400 (Sun, 07 Oct 2012)
New Revision: 380

Modified:
registry/trunk/app/View/CoPeople/fields.inc
Log:
Fix duplicate code in CoPeople/fields.inc

Modified: registry/trunk/app/View/CoPeople/fields.inc
===================================================================
--- registry/trunk/app/View/CoPeople/fields.inc 2012-10-04 06:37:12 UTC (rev
379)
+++ registry/trunk/app/View/CoPeople/fields.inc 2012-10-07 23:08:31 UTC (rev
380)
@@ -79,13 +79,6 @@
. _txt('op.id.auto')
. "</a>\n";
}
-
- // Populate the cross reference (used for when we're adding a new CO
Person entry manually)
- print $this->Form->hidden('CoPerson.co_id', array('default' =>
$cur_co['Co']['id'])). "\n";
- print $this->Form->hidden('CoOrgIdentityLink.0.id'). "\n";
- print $this->Form->hidden('CoOrgIdentityLink.0.org_identity_id',
array('default' =>
$co_people[0]['CoOrgIdentityLink'][0]['org_identity_id'])). "\n";
- // Default status is 'Pending'
- echo $this->Form->hidden('status', array('default' => 'P')). "\n";
}

// Populate the cross reference



  • [comanage-dev] r380 - registry/trunk/app/View/CoPeople, svnlog, 10/07/2012

Archive powered by MHonArc 2.6.16.

Top of Page