diff options
author | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-30 17:42:30 +0200 |
---|---|---|
committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-09-30 17:42:30 +0200 |
commit | 46c942c6b38120755983286313a6187078ffe27c (patch) | |
tree | b9bbfe971c904b7a41a8ff4c517b782928e2947a /tests/FunctionalTests/tickets/protected/pages/Ticket691.page | |
parent | 064053a81f4ce4e9cef5e8984dadfe7cca049fb9 (diff) |
Fix some functionaltests of the ticket/ series
Diffstat (limited to 'tests/FunctionalTests/tickets/protected/pages/Ticket691.page')
-rwxr-xr-x | tests/FunctionalTests/tickets/protected/pages/Ticket691.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page index b7942c8e..e5c4d8f7 100755 --- a/tests/FunctionalTests/tickets/protected/pages/Ticket691.page +++ b/tests/FunctionalTests/tickets/protected/pages/Ticket691.page @@ -7,7 +7,7 @@ </prop:ClientSide.OnComplete> </com:TCallbackOptions> <com:TActiveLabel ID="Title" Text="Cast your vote:" /> -<com:TActiveRatingList ID="List" ActiveControl.CallbackOptions="Parent.RatingOption" +<com:TActiveRatingList ID="List" ActiveControl.CallbackOptions="Page.RatingOption" OnCallback="list_oncallback" ActiveControl.EnableUpdate="true"> <com:TListItem Value="1" Text="One star" /> <com:TListItem Value="2" Text="Two stars" /> |