mirror of
https://github.com/Fishwaldo/huginn.git
synced 2025-03-16 03:41:41 +00:00
Add can_control_other_agents to the response hash of type_details.
This commit is contained in:
parent
46497f0b3f
commit
69d2273221
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ class AgentsController < ApplicationController
|
|||
:default_schedule => @agent.default_schedule,
|
||||
:can_receive_events => @agent.can_receive_events?,
|
||||
:can_create_events => @agent.can_create_events?,
|
||||
:can_control_other_agents => @agent.can_control_other_agents?,
|
||||
:options => @agent.default_options,
|
||||
:description_html => @agent.html_description,
|
||||
:form => render_to_string(partial: 'oauth_dropdown')
|
||||
|
|
Loading…
Add table
Reference in a new issue