File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
javascripts/discourse/templates/components Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1919 <div class =" setting-label" >
2020 <label >{{ i18n " admin.wizard.field.required" }} </label >
2121 </div >
22-
22+
2323 <div class =" setting-value" >
2424 <span >{{ i18n " admin.wizard.field.required_label" }} </span >
2525 {{ input type =" checkbox" checked =field.required }}
5454 <div class =" setting-label" >
5555 <label >{{ i18n " admin.wizard.type" }} </label >
5656 </div >
57-
57+
5858 <div class =" setting-value" >
5959 {{ combo-box
6060 value =field.type
216216
217217 <div class =" setting-value" >
218218 {{ tag-group-chooser
219+ id = (concat field.id " -tag-groups" )
219220 tagGroups =field.tag_groups
221+ onChange = (action (mut field.tag_groups ))
220222 }}
221223 </div >
222224 </div >
257259 <div class =" setting-label" >
258260 <label >{{ i18n " admin.wizard.field.property" }} </label >
259261 </div >
260-
262+
261263 <div class =" setting-value" >
262264 {{ combo-box
263265 value =field.property
Original file line number Diff line number Diff line change 11@import " common/foundation/colors" ;
22@import " common/foundation/variables" ;
3+ @import " common/foundation/base" ;
34@import " common/base/code_highlighting" ;
45@import " common/base/modal" ;
56@import " common/base/onebox" ;
You can’t perform that action at this time.
0 commit comments