Development

Changeset 3883

You must first sign up to be able to contribute.

Changeset 3883

Show
Ignore:
Timestamp:
04/30/07 07:51:55 (2 years ago)
Author:
chtito
Message:

patch by kunstantin to fix a long standing doctrine_admin_double_list bug; fixes #1587

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/data/generator/sfPropelAdmin/default/template/templates/_edit_form.php

    r3525 r3883  
    55<?php foreach ($this->getColumnCategories('edit.display') as $category): ?> 
    66<?php foreach ($this->getColumns('edit.display', $category) as $name => $column): ?> 
    7 <?php if ('admin_double_list' == $this->getParameterValue('edit.fields.'.$column->getName().'.type')): ?> 
     7<?php if ('doctrine_admin_double_list' == $this->getParameterValue('edit.fields.'.$column->getName().'.type')): ?> 
    88  'onsubmit'  => 'double_list_submit(); return true;' 
    99<?php break 2; ?>