e18f6c Add custom drop down lists to custom fields

7 files Authored by Mark Reynolds 7 years ago , Committed by Pierre-Yves Chibon 7 years ago ,
    Add custom drop down lists to custom fields
    
    This patch adds an option to create a "List" as a custom field.  To do this we need to add "key_data" to the issueKey model for storing the list items.Currently this is only used by "lists", so other field types ignore and remove the data if it's set.
    
    https://pagure.io/pagure/issue/1748
    
        
file modified
+7 -2
file modified
+2 -0
file modified
+20 -10
file modified
+4 -1