[ic] Cancel button in customer survey returns to Admin UI

Joshua Lavin joshua at kingdomdesign.com
Tue Dec 28 10:22:06 EST 2004


On Dec 24, 2004, at 11:38 PM, Stanley Major wrote:

> The issue here was posted previously in
>
> http://www.icdevgroup.org/pipermail/interchange-users/2004-March/ 
> 038408.html .
>
> Can anyone offer information about this?

I had this problem quite a while ago. Here's a patch to fix the cancel  
button ($IC_DIR/code/UI_Tag/auto_wizard.coretag):

--- auto_wizard.coretag.orig    Tue Dec 28 09:12:02 2004
+++ auto_wizard.coretag Tue Dec 28 09:12:13 2004
@@ -879,7 +879,7 @@
         $opts{notable} = 1;
         $opts{no_meta} = 1;
         $opts{defaults} = 1;
-       $opts{mv_cancelpage} ||= 'admin/index';
+       $opts{mv_cancelpage} ||= 'index';
         $opts{row_template} ||= $opt->{row_template} || <<'EOF' unless  
$opts{display_type};
  {HELP?}<td>&nbsp;</td><td>
       <span style="color: blue">{HELP}</span>

--
Josh Lavin
Kingdom Design   http://www.kingdomdesign.com/



More information about the interchange-users mailing list