Browse Source

流水线节点管理和模板管理,is_required

pull/347/head
xxq250 2 years ago
parent
commit
2f880fe068
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/action/nodes/_node_input.json.jbuilder

+ 1
- 1
app/views/action/nodes/_node_input.json.jbuilder View File

@@ -1,4 +1,4 @@
json.extract! node_input, :id, :name, :input_type, :description
json.extract! node_input, :id, :name, :input_type, :description, :is_required
if node_input.input_type.to_s == "select"
json.select node.action_node_selects do |node_select|
json.partial! "node_select", locals: { node_select: node_select, node: node }


Loading…
Cancel
Save