Actions
Bug #12644
closedOrdering smart variables list by Puppet class throws "no such column: puppetclasses.name" error
Description
When on the smart variables or smart class parameters index pages, clicking on the Puppet class column heading to sort the variables by class throws the following error:
SQLite3::SQLException: no such column: puppetclasses.name: SELECT "lookup_keys"."puppetclass_id" FROM "lookup_keys" WHERE "lookup_keys"."type" IN ('VariableLookupKey') ORDER BY "puppetclasses"."name" ASC LIMIT 40 OFFSET 0
Actions