Postponed
Project:
Taxonomy Delegate
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Mar 2010 at 07:11 UTC
Updated:
14 Jan 2011 at 19:16 UTC
It probably should point back to "category_admin" instead of "admin/content/taxonomy", on which you will get an Access Denied error.
Comments
Comment #1
Johnny vd Laar commentedI've added this on line 132:
if($form['actions']['cancel']['#value']) {
$form['actions']['cancel']['#value'] = l(t('Cancel'), 'category_admin/list/'.$form['#vocabulary']['vid']);
}
Comment #2
nancydruI'm not sure what I can do here (after some experimentation), since the taxonomy module uses the confirm_form, but without using drupal_get_form, which is where the alter invocation is.