[Rt-commit] rt branch, 4.6/search-selection-next, repushed
Blaine Motsinger
blaine at bestpractical.com
Fri Feb 14 11:49:10 EST 2020
The branch 4.6/search-selection-next was deleted and repushed:
was baffe69511891bf21496d89e8217aeb5edbaab5d
now f8725a668bd5176265fa12ee4839fb0a43f8af81
1: 2aab9ecde = 1: 2aab9ecde Add RT-Extension-DashboardSelectionUI to core
2: 6deca7f57 = 2: 6deca7f57 Upgrade jQuery ui sortable and add disableSelection
3: dd7e3e5e8 = 3: dd7e3e5e8 Update DashboardSelectionUI to elevator-light
4: 5d2fb31b1 = 4: 5d2fb31b1 Switch remove icon to fontawesome
5: f554b70cb = 5: f554b70cb Fix reset to defaults
6: 0cc961e47 = 6: 0cc961e47 Force redirect back to the current page on submit
7: e5ff16c4d = 7: e5ff16c4d Add name to forms for UpdateDashboard
8: baffe6951 ! 8: f8725a668 Update tests for MyRT Helper changes
@@ -399,18 +399,11 @@
$m->follow_link_ok({id => 'page-show'});
$m->content_contains("personal search", "saved search shows up");
@@
-
$omech->warning_like(qr/User .* tried to load container user /, "can't see other users' personal searches");
-+done_testing();
-+
-+__END__
-+
# make sure that navigating to dashboard pages with bad IDs throws an error
- my ($bad_id) = $personal =~ /^search-(\d+)/;
-
-@@
- $m->next_warning_like(qr/Could not load dashboard $bad_id/);
- }
-
--done_testing();
+-my ($bad_id) = $personal =~ /^search-(\d+)/;
++my $bad_id = $system_dashboard_id + 1;
+
+ for my $page (qw/Modify Queries Render Subscription/) {
+ $m->get("/Dashboards/$page.html?id=$bad_id");
More information about the rt-commit
mailing list