diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt
index 175fadd5..63e4d748 100644
--- a/ayanova/devdocs/todo.txt
+++ b/ayanova/devdocs/todo.txt
@@ -62,9 +62,6 @@ Coded by importance
## CLIENT MISC ITEMS
-
-- 1 extensions dialog is dismissed if click outside even when it's not completed the job
- make it undismissable by clicking outside, cancel button sb only way to stop it
- 1 Distance field missing from workorder travel section, is defined at server, just not put on to forms
- 1 workorderitemexpense list has column named "summary" twice but one is notes column, something fishy there
- 2 tag cloud?? wasn't this suppo;sed to be exposed as a feature??
@@ -861,5 +858,6 @@ BUILD 129 CHANGES OF NOTE
- search fixed issue with icons not showing for some quote/pm subitems
- Data table filter creation dialog now disables Save button until at least one filter is added
- Customer Quotes and PM's menu items open filtered data lists correctly
+- Extensions dialog could be dismissed by clicking outside or pressing escape circumventing Exit button; made Exit button only way to close dialog
diff --git a/ayanova/src/components/work-order-item-travels.vue b/ayanova/src/components/work-order-item-travels.vue
index 50aa3133..767b989c 100644
--- a/ayanova/src/components/work-order-item-travels.vue
+++ b/ayanova/src/components/work-order-item-travels.vue
@@ -195,6 +195,48 @@
>
+
+
+
+