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.
Actions