artiladdha53 / pagure

Forked from pagure 7 years ago
Clone

e18f6ce Add custom drop down lists to custom fields

7 files Authored by mreynolds 7 years ago, Committed by pingou 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