[TYPO3-core] RFC #15778: Bug: "Close window and check dependencies" doesn't work anymore

Søren Malling soren.malling at gmail.com
Fri Sep 24 11:18:37 CEST 2010


This is an SVN patch request.

Type: Bugfix

Bugtracker references:
http://bugs.typo3.org/view.php?id=15778

Branches:
Trunk

Problem:
While installing the dependencies for an extension, the "Close window
and check dependencies" link in the pop-up doesn't work anymore (I
guess because of changes to the module menu?).

Solution:
The link is: javascript:opener.top.content.document.forms[0].submit();window.close();
After the introduction of ExtJs viewports the reference has to be changed to:
javascript:window.opener.top.list.refresh();window.close();

Notes:
Thanks to Steffen Kamper for his article on the new backend, that was
a great help for getting the right reference:
http://buzz.typo3.org/people/steffen-kamper/article/backend-navigation-in-typo3-45/

Best regards

Søren Malling

Twitter: twitter.com/sorenmalling
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bug_15778.diff
Type: application/octet-stream
Size: 1172 bytes
Desc: not available
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100924/5d569f15/attachment.obj>


More information about the TYPO3-team-core mailing list