Class: WorkItems::Widgets::LinkedItems

Inherits:
Base
  • Object
show all
Defined in:
app/models/work_items/widgets/linked_items.rb

Instance Attribute Summary

Attributes inherited from Base

#widget_definition, #work_item

Class Method Summary collapse

Methods inherited from Base

api_symbol, callback_class, #initialize, process_quick_action_param, sorting_keys, sync_data_callback_class, #sync_data_callback_class, #type, type

Constructor Details

This class inherits a constructor from WorkItems::Widgets::Base

Class Method Details

.quick_action_commandsObject



8
9
10
# File 'app/models/work_items/widgets/linked_items.rb', line 8

def self.quick_action_commands
  %i[relate unlink]
end