aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-02-01 16:08:21 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-02-01 16:08:40 +0000
commit722f52d0c7efb9af6dd788f707353c8c8898fc31 (patch)
treedd3af1432b2e1b4e6410b7362cfaf50de4758cce
parent3be4376d8e14efb52bd4f1a0e48ceca52f8a7caf (diff)
Metadata automated select is not a type select.
-rw-r--r--templates/web/base/admin/extra-metadata-form.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/admin/extra-metadata-form.html b/templates/web/base/admin/extra-metadata-form.html
index 9264d98d9..4fc5d8e3f 100644
--- a/templates/web/base/admin/extra-metadata-form.html
+++ b/templates/web/base/admin/extra-metadata-form.html
@@ -12,7 +12,7 @@
<div class="admin-hint"><p>[% loc('Whether the field is displayed to the user, included as a hidden field and automatically populated, or set by the server upon Open311 submission. This field is usually set automatically.') %]</p></div>
<label>
[% loc('Automated') %]
- <select name="metadata[[% loop.index %]].automated" data-field-name="automated" class="js-metadata-item-type">
+ <select name="metadata[[% loop.index %]].automated" data-field-name="automated">
<option value="" [% meta.automated == '' ? 'selected' : '' %]></option>
<option value="server_set" [% meta.automated == 'server_set' ? 'selected' : '' %]>[% loc('Server Set') %]</option>
<option value="hidden_field" [% meta.automated == 'hidden_field' ? 'selected' : '' %]>[% loc('Hidden Field') %]</option>