Skip to content

Commit

Permalink
add list to default columns
Browse files Browse the repository at this point in the history
  • Loading branch information
MattBudz committed Oct 2, 2024
1 parent ef97e54 commit f6e34b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/tasks_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class TasksController < AuthenticatedController
skip_before_action :set_nodes, unless: -> { current_project }

def index
@default_columns = ['Title', 'Methodology', 'Due Date', 'Assigned']
@default_columns = ['Title', 'Methodology', 'List', 'Due Date', 'Assigned']

if current_project
@local_storage_key = "project.ce.project_#{current_project.id}.tasks_datatable"
Expand Down

0 comments on commit f6e34b2

Please sign in to comment.