Along the lines of #1546086: Add a field to hold "project type" (sandbox, full, n/a) info we're going to want project_issue to provide a magic field that determines if a given node has an issue queue. This is both a way to know if a node type could possibly have issues associated with it, and if a specific node of that type actually wants an issue queue. We might need to store some configuration stuff in the field instance here like "what machine_name field should we use for the project shortname in the issue queues" but I'm not sure yet. Maybe the issue views care?

Comments

dww’s picture

hunmonk’s picture

Status: Active » Fixed

fix pushed to 7.x-2.x, this adds a field, attaches instances to all node types that are project-ified, and controls the field edit form for the field so no values we need stable can be edited.

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

clarifying that this field is just for project nodes and has nothing to do with if a given node type has project_issue nature.