<br><div class="gmail_quote">Code looks good and solution works - +1 from me.<br><br>Kind regards,<br>Claus Due<br><a href="mailto:claus@widside.dk" target="_blank">claus@widside.dk</a><br><br>---------- Forwarded message ----------<br>
From: Søren Malling &lt;<a href="mailto:soren.malling@gmail.com" target="_blank">soren.malling@gmail.com</a>&gt;<br>
Date: Fri, Sep 24, 2010 at 11:18 AM<br>Subject: [TYPO3-core] RFC #15778: Bug: &quot;Close window and check<br>dependencies&quot; doesn&#39;t work anymore<br>To: TYPO3 core team &lt;<a href="mailto:typo3-team-core@lists.typo3.org" target="_blank">typo3-team-core@lists.typo3.org</a>&gt;<br>

<br><br>This is an SVN patch request.<br><br>Type: Bugfix<br><br>Bugtracker references:<br><a href="http://bugs.typo3.org/view.php?id=15778" target="_blank">http://bugs.typo3.org/view.php?id=15778</a><br><br>Branches:<br>
Trunk<br><br>Problem:<br>
While installing the dependencies for an extension, the &quot;Close window<br>and check dependencies&quot; link in the pop-up doesn&#39;t work anymore (I<br>guess because of changes to the module menu?).<br><br>Solution:<br>

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

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

<br>Best regards<br><br>Søren Malling<br><br>Twitter: <a href="http://twitter.com/sorenmalling" target="_blank">twitter.com/sorenmalling</a><br><br>_______________________________________________<br>Before posting to this list, please have a look to the posting rules<br>

on the following websites:<br><br><a href="http://typo3.org/teams/core/core-mailinglist-rules/" target="_blank">http://typo3.org/teams/core/core-mailinglist-rules/</a><br><a href="http://typo3.org/development/bug-fixing/diff-and-patch/" target="_blank">http://typo3.org/development/bug-fixing/diff-and-patch/</a><br>

_______________________________________________<br>TYPO3-team-core mailing list<br><a href="mailto:TYPO3-team-core@lists.typo3.org" target="_blank">TYPO3-team-core@lists.typo3.org</a><br><a href="http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core" target="_blank">http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core</a><br>

<br>
</div><br>