Improve the way the field fields work on various pages
Remove the brackets from the values since this makes the set of values more consistent, and don't display the no additional fields value on the page.
This commit is contained in:
parent
f1418c4e88
commit
752d21ad05
2 changed files with 29 additions and 19 deletions
|
|
@ -680,7 +680,8 @@
|
|||
(lambda (field)
|
||||
(cons field
|
||||
(hyphenate-words
|
||||
(string-downcase field))))
|
||||
(remove-brackets
|
||||
(string-downcase field)))))
|
||||
'("(no additional fields)" "Builds")))
|
||||
|
||||
(define fields
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue