Closed (fixed)
Project:
Node Convert
Version:
6.x-1.6
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
20 May 2010 at 10:50 UTC
Updated:
23 Jan 2011 at 18:40 UTC
Thanks for this module.
On the first screen where you select the destination content type, the current content type is available in the select options box. That's because this part of the code isn't working:
$key = array_search($form['current_type']['#value'], $types);
if ($key !== FALSE) unset($types[$key]);
The attached patch fixes this bug - and a couple of typos
| Comment | File | Size | Author |
|---|---|---|---|
| remove_current_type_from_list.patch | 4.35 KB | dakala |
Comments
Comment #1
alcroito commentedFixed in dev.