Closed (fixed)
Project:
Project issue tracking
Version:
7.x-2.x-dev
Component:
Issues
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
10 May 2012 at 23:03 UTC
Updated:
4 Jan 2014 at 02:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
mikey_p commentedThis patch adds a components field to projects and also includes some better use of t() through get_t() in the install files, along with some small tests to make sure that project creation include the correct fields when project_issue is enabled.
Going to wait and see what the testbot says before committing.
Comment #2
mikey_p commentedI'm not sure why I can't get testing working for the 7.x-2.x branch, but I've run them locally twice with no failures or exceptions, so I'm going to go ahead and commit.
Comment #3
dwwYup, this patch looks good. I don't really understand the proper use of t() when defining fields like this, but this appears to be more or less how core does things, so I guess that works. ;)
Thanks!
-Derek