Actions
Bug #9230
closedErrors rendering new Container and Registry pages
Difficulty:
trivial
Triaged:
Pull request:
Description
When trying to view the pages for a New Container or New Registry you get:
PGError: ERROR: column reference "id" is ambiguous LINE 1: SELECT id FROM "taxonomies" INNER JOIN "taxable_taxonomies" ... ^ : SELECT id FROM "taxonomies" INNER JOIN "taxable_taxonomies" ON "taxable_taxonomies"."taxonomy_id" = "taxonomies"."id" WHERE "taxonomies"."type" IN ('Location') AND "taxable_taxonomies"."taxable_type" = 'DockerContainerWizardStates::Preliminary' AND "taxable_taxonomies"."taxable_id" IS NULL ORDER BY title
Need to adjust the pluck to include the table name.
Updated by The Foreman Bot almost 10 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman-docker/pull/78 added
- Pull request deleted (
)
Updated by Dominic Cleal almost 10 years ago
- Project changed from Foreman to Docker
- Category deleted (
Organizations and Locations)
Updated by Dominic Cleal almost 10 years ago
- Has duplicate Bug #9136: Error uning docker plugin in Foreman 1.7.1 - create new registry added
Updated by Anonymous almost 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset foreman-docker|85a9ddbc606c3269476acda817758cc077b5f8bb.
Actions