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
Updated by Eric Helms over 7 years ago
- Status changed from New to Duplicate
- Translation missing: en.field_release set to 166
Updated by Eric Helms over 7 years ago
- Is duplicate of Bug #19010: Unable to delete smart-proxies added
Updated by Josh Pavel over 7 years ago
I can confirm that this bug was fixed for me with Foreman 1.15.0 and Katello 3.4.0-RC2
Actions