diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 597fdae5..d6d0870a 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -29,6 +29,9 @@ todo: many customer service request translations keys are not translated:
"CustomerServiceRequestStatusDeclined": "Declined",
"CustomerServiceRequestStatusOpen": "Open",
+todo: Date input shows higher than other components in forms
+ date only input read only format see CSR form created field
+
todo: if a menu item has no icon, can it be shown to the left and exclude the space taken up by the icon?
see CSR form for example
diff --git a/ayanova/src/views/svc-csr.vue b/ayanova/src/views/svc-csr.vue
index 2dc41fb5..25b10387 100644
--- a/ayanova/src/views/svc-csr.vue
+++ b/ayanova/src/views/svc-csr.vue
@@ -22,10 +22,10 @@
:color="priorityColor()"
:item-color="priorityColor()"
v-model="obj.priority"
+ readonly
:items="selectLists.priorities"
item-text="name"
item-value="id"
- readonly
:label="$ay.t('CustomerServiceRequestPriority')"
ref="priority"
data-cy="priority"
@@ -37,6 +37,15 @@
+
+
+