Skip to Content.
Sympa Menu

comanage-dev - Re: [comanage-dev] r255 - registry/trunk/app/View/CoNsfDemographics

Subject: COmanage Developers List

List archive

Re: [comanage-dev] r255 - registry/trunk/app/View/CoNsfDemographics


Chronological Thread 
  • From: Marie Huynh <>
  • To: Benn Oshrin <>
  • Cc:
  • Subject: Re: [comanage-dev] r255 - registry/trunk/app/View/CoNsfDemographics
  • Date: Wed, 14 Mar 2012 10:03:27 -0700

Are you sure you wish to remove? This action cannot be undone.

The problem was that $c['CoNsfDemographic']['name'] doesn't exist and I thought the above sounded fine for an admin-only report page we'd talked about scrapping and/or redoing anyway.  


On Wed, Mar 14, 2012 at 7:34 AM, Benn Oshrin <> wrote:
With this change, what does the pop-up delete confirmation box say when you click it?

-Benn-


On 3/12/12 8:04 PM, wrote:
Author: marie
Date: 2012-03-12 20:04:08 -0400 (Mon, 12 Mar 2012)
New Revision: 255

Modified:
   registry/trunk/app/View/CoNsfDemographics/index.ctp
Log:
co292 undefined index error in view

Modified: registry/trunk/app/View/CoNsfDemographics/index.ctp
===================================================================
--- registry/trunk/app/View/CoNsfDemographics/index.ctp 2012-03-12 23:01:57 UTC (rev 254)
+++ registry/trunk/app/View/CoNsfDemographics/index.ctp 2012-03-13 00:04:08 UTC (rev 255)
@@ -107,7 +107,6 @@
             print '<button class="deletebutton" title="'
                   . _txt('op.delete')
                   . '" >confirm_delete(\''
-                  . _txt(Sanitize::html($c['CoNsfDemographic']['name']))
                   . '\', \''
                   . $this->Html->url($args)
                   . '\')";>'






Archive powered by MHonArc 2.6.16.

Top of Page