mirror of
https://github.com/redmine/redmine.git
synced 2025-11-09 14:56:01 +01:00
Use button as additional option for contextmenu (#26655).
Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@17298 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -305,7 +305,7 @@ module Redmine
|
||||
|
||||
# Return the columns that are displayed in the issue list
|
||||
def columns_in_issues_list
|
||||
css_select('table.issues thead th:not(.checkbox)').map(&:text)
|
||||
css_select('table.issues thead th:not(.checkbox)').map(&:text).select(&:present?)
|
||||
end
|
||||
|
||||
# Return the columns that are displayed in the list
|
||||
|
||||
Reference in New Issue
Block a user