Skip to content
Snippets Groups Projects
Commit 4a8d902d authored by Colin Jakob's avatar Colin Jakob
Browse files

clicking into fields disabled for Project IDs

parent a42e04e4
Branches
No related tags found
1 merge request!4merge dev to main
......@@ -223,7 +223,7 @@
name="project_id"
placeholder='{{ t "eiffel.elicitation.form.placeholder" }}'
value="{{ if .Data.Form.ProjectID }}{{ .Data.Form.ProjectID }}{{ end }}"
readonly />
disabled />
</div>
<div class="col-12">
......
......
......@@ -56,7 +56,7 @@
placeholder=""
value="{{ .Data.Form.Project.ProjectID }}"
{{ if $isEdit }}disabled{{ end }}
readonly>
disabled>
{{ if not $isEdit }}
<div class="form-text">
<button type="button" class="btn btn-sm btn-outline-secondary" onclick="generateUUID()">
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment