Actions
Bug #19093
closedCannot Delete Smart Proxy (3.3.1)
Description
Attempts to delete a smart proxy in the UI results in an error (stack trace attached).
In the postgres log I see: -
ERROR: column hosts.content_source_id does not exist at character 77
STATEMENT: SELECT "hosts".* FROM "hosts" WHERE "hosts"."type" IN ('Host::Managed') AND "hosts"."content_source_id" = $1
I can see the content_source_id column exists in my 3.2 server, but not in 3.3.1. Not sure if this suggests the query is out of date, or the schema is incorrect.
Files
Actions