Skip to content

Commit

Permalink
Update Site Setup link in all control panels (fixes #1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
davilima6 committed Nov 22, 2015
1 parent f66b5e4 commit 43ad470
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def afterSetUp(self):
def testControlPanelOverview(self):
# make sure we can view the Site Setup page,
# at both old and new URLs
res = self.publish('/plone/plone_control_panel', 'siteadmin:secret')
res = self.publish('/plone/@@overview-controlpanel', 'siteadmin:secret')
self.assertEqual(200, res.status)
res = self.publish(
'/plone/@@overview-controlpanel', 'siteadmin:secret'
Expand Down
3 changes: 3 additions & 0 deletions docs/HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ For what's new in this release, see CHANGES.txt.
- Sub-sort timezone by label, not language code when adding a site
[instification]


4.3.3 (unreleased)
------------------

Expand Down Expand Up @@ -53,6 +54,7 @@ For what's new in this release, see CHANGES.txt.
item.body is an AcquisitionWrapper.
[alecghica]


4.3.2 (unreleased)
------------------

Expand Down Expand Up @@ -80,6 +82,7 @@ For what's new in this release, see CHANGES.txt.
- Stop unload-protection from popping up needlessly if tinyMCE is used on tabbed forms
[href]


4.3.1 (2013-05-30)
------------------

Expand Down

0 comments on commit 43ad470

Please sign in to comment.