Tabs not working in Report in latest build
Running the nightly build from Sept. 05, 2015, after successful completion of a scan, the report tabs do not change the report details after click (viewing the scan details on the server). Have tested in Firefox 40.0.3, Chrome Version 45.0.2454.85 (64-bit), and Safari 8.0.8.
Originally, two issues showed in the "Pending verification" tab, but clicking it made no changes. I marked an item "Fixed", another as "Requires verification", and another as "False positive". The additional tabs became active, but clicking does nothing in the UI.
Clicking a tab appears to throw a "406 Not Acceptable" error. The applicable messages in production.log are:
Started GET "/scans/4.4?action=show&controller=scans&id=4&overview=false&scan_id=4&tab=pending-verification" for 192.168.113.4 at 2015-09-09 13:39:25 -0400
Processing by ScansController#show as
Parameters: {"id"=>"4", "overview"=>"false", "scan_id"=>"4", "tab"=>"pending-verification"}
User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 ORDER BY "users"."id" ASC LIMIT 1 [["id", 1]]
Scan Load (0.4ms) SELECT "scans".* FROM "scans" WHERE "scans"."id" = $1 LIMIT 1 [["id", 4]]
Role Load (0.4ms) SELECT "roles".* FROM "roles" INNER JOIN "users_roles" ON "roles"."id" = "users_roles"."role_id" WHERE "users_roles"."user_id" = $1 AND (((roles.name = 'admin') AND (roles.resource_type IS NULL) AND (roles.resource_id IS NULL))) [["user_id", 1]]
CACHE (0.0ms) SELECT "scans".* FROM "scans" WHERE "scans"."id" = $1 LIMIT 1 [["id", "4"]]
Completed 406 Not Acceptable in 12ms (ActiveRecord: 1.2ms)
ActionController::UnknownFormat (ActionController::UnknownFormat):
app/controllers/scans_controller.rb:80:in `show'
Debug level logging is enabled.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
| ? | Show this help |
|---|---|
| ESC | Blurs the current field |
Comment Form
| r | Focus the comment reply box |
|---|---|
| ^ + ↩ | Submit the comment |
You can use Command ⌘ instead of Control ^ on Mac
Support Staff 1 Posted by Tasos Laskos on 09 Sep, 2015 05:47 PM
Hi, was there a problem with the WebUI issue tracker?
Support Staff 2 Posted by Tasos Laskos on 09 Sep, 2015 06:17 PM
Fixed in the repo, pushing nightlies.
Support Staff 3 Posted by Tasos Laskos on 09 Sep, 2015 08:23 PM
All done.
Tasos Laskos closed this discussion on 09 Sep, 2015 08:23 PM.