[TYPO3-dam-devel] RFC: #7676: Skin support
Steffen Gebert
steffen at steffen-gebert.de
Sat Oct 11 19:29:02 CEST 2008
Hi Dan,
Dan Osipov wrote:
>> - I miss a menu after clicking on file symbol in File -> List view. The
>> Icon (Image / sheet of paper / etc) is a link but nothing happens after
>> clicking. Don't know if there was anything before...
> Since the patch didn't touch those areas, everything should function as
> before.
>>
After a debug run, I found out that there's a bug since revision 12274, after benni commited a patch (Allow additional Clickmenu items in the Filelist Clickmenu (Thanks to Steffen Kamper)) [1]
$actionCall was renamed to $actionCallMenuItems , but just in one line:
$actionCallMenuItems = t3lib_div::makeInstance('tx_dam_actionCall');
so I get
typo3conf/ext/dam/binding/be/class.tx_dam_cm_file.php line 94 - Call to a member function setRequest() on a non-objec
Can you fix (rename back) this yourself or should I file a bug report & patch request? After renaming back it works (and is $actionCallMenuItems only defined, never used).
Steffen
[1] <http://forge.typo3.org/repositories/diff/extension-dam/dam/trunk/binding/be/class.tx_dam_cm_file.php?rev=12274&rev_to=10766>
More information about the TYPO3-team-dam
mailing list