[TYPO3-core] RFC #15778: Bug: "Close window and check

Claus Due claus at wildside.dk
Fri Sep 24 13:48:14 CEST 2010


Code looks good and solution works - +1 from me.

Kind regards,
Claus Due
claus at widside.dk

---------- Forwarded message ----------
From: Søren Malling <soren.malling at gmail.com>
Date: Fri, Sep 24, 2010 at 11:18 AM
Subject: [TYPO3-core] RFC #15778: Bug: "Close window and check
dependencies" doesn't work anymore
To: TYPO3 core team <typo3-team-core at lists.typo3.org>


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

_______________________________________________
Before posting to this list, please have a look to the posting rules
on the following websites:

http://typo3.org/teams/core/core-mailinglist-rules/
http://typo3.org/development/bug-fixing/diff-and-patch/
_______________________________________________
TYPO3-team-core mailing list
TYPO3-team-core at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-team-core
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.typo3.org/pipermail/typo3-team-core/attachments/20100924/f28e9d3d/attachment-0001.htm>


More information about the TYPO3-team-core mailing list