Skip to content

Commit

Permalink
refs #1797 : modify - scope restriction for URL access.
Browse files Browse the repository at this point in the history
 -
  • Loading branch information
inureyes committed Apr 23, 2015
1 parent e235e1a commit 14912d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/TestSuite/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
<binding>
<listener event="Cron5m" handler="TestSuite_upgrade_repos" />
<center handler="TestSuite_manual_upgrade_button" />
<listener event="/plugin/TestSuiteForTextcube.js" handler="TestSuite_manual_upgrade_javascript" />
<listener event="/plugin/TestSuiteManualUpdate" handler="TestSuite_upgrade_repos_via_user" />
<listener event="/plugin/TestSuiteForTextcube.js" handler="TestSuite_manual_upgrade_javascript" scope="owner" />
<listener event="/plugin/TestSuiteManualUpdate" handler="TestSuite_upgrade_repos_via_user" scope="owner" />
<config xml:lang="en" dataValHandler="TestSuite_DataHandler">
<window width="500" height="525" />
<fieldset legend="Repository">
Expand Down

0 comments on commit 14912d2

Please sign in to comment.