We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc666f commit 97364ffCopy full SHA for 97364ff
src/views/core/bodies/Edit.vue
@@ -16,6 +16,7 @@
16
<option value="committee">Committee</option>
17
<option value="project">Project</option>
18
<option value="partner">Partner association</option>
19
+ <option value="external">External association</option>
20
<option value="other">Other</option>
21
</select>
22
</div>
src/views/core/bodies/List.vue
@@ -116,6 +116,7 @@ export default {
116
{ value: 'committee', name: 'Committee' },
117
{ value: 'project', name: 'Project' },
118
{ value: 'partner', name: 'Partner' },
119
+ { value: 'external', name: 'External' },
120
{ value: 'other', name: 'Other' }
121
],
122
selectedTypes: [],
0 commit comments