Importing Package Bug - Pods with File columns

0

There is a known bug, here is the fix, it will be in the next release of Pods.

At Line 149 in /pods/ajax/package.php --

Replace:<pre>if ('pick' != $fieldval['coltype'])</pre> With:<pre>if ('pick' != $fieldval['coltype'] && 'file' != $fieldval['coltype'])</pre>

asked Mar 10 '10 at 6:05

sc0ttkclark

2936

add comment
enter at least 15 characters