Skip to Content.
Sympa Menu

comanage-dev - [comanage-dev] bug in CoPerson.php for terms and agreement?

Subject: COmanage Developers List

List archive

[comanage-dev] bug in CoPerson.php for terms and agreement?


Chronological Thread 
  • From: Scott Koranda <>
  • To: comanage-dev <>
  • Subject: [comanage-dev] bug in CoPerson.php for terms and agreement?
  • Date: Tue, 24 Sep 2013 11:45:14 +0200

Hi,

I pulled the latest code and to get it to work I had to make this
change in CoPerson.php:

$ git diff CoPerson.php
diff --git a/app/Model/CoPerson.php b/app/Model/CoPerson.php
index 2496e2f..27a5f41 100644
--- a/app/Model/CoPerson.php
+++ b/app/Model/CoPerson.php
@@ -76,7 +76,8 @@ class CoPerson extends AppModel {
'foreignKey' => 'actor_co_person_id'
),
"CoProvisioningExport" => array('dependent' => true),
- "CoTandCAgreement" => array('dependent' => true),
+ //"CoTandCAgreement" => array('dependent' => true),
+ "CoTAndCAgreement" => array('dependent' => true),
// A person can have one or more email address
"EmailAddress" => array('dependent' => true),
// We allow dependent=true for co_person_id but not for
actor_co_person_id (see CO-404).

Is that a bug?

If so, shall I create a ticket or is this small enough that I should
just push it?

Thanks,

Scott



Archive powered by MHonArc 2.6.16.

Top of Page