This commit is contained in:
2021-09-06 16:46:32 +00:00
parent 058ab3e9a2
commit 70510d0305
2 changed files with 2 additions and 5 deletions

View File

@@ -62,10 +62,6 @@ Coded by importance
## CLIENT MISC ITEMS ## CLIENT MISC ITEMS
-1 1. Open a client. Click on ... and select Quotes. Instead of opening the Quotes datalist filtered to show all quotes for this client, shows orange message briefly customer edit context click [Quotelist]
2. Open a client. Click on ... and select Preventive Maintainence. Instead of opening the PM datalist filtered to show all pms for this client, shows orange message briefly customer edit context click [PMlist]
3. Works correctly to bring up workorders for this client
xo
- 1 extensions dialog is dismissed if click outside even when it's not completed the job - 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 make it undismissable by clicking outside, cancel button sb only way to stop it
@@ -864,5 +860,6 @@ BUILD 129 CHANGES OF NOTE
- Search fixed issue with wo/quote/pm subitem results returned showing header summary instead of sub item summary when click in (i) information icon for a summary - Search fixed issue with wo/quote/pm subitem results returned showing header summary instead of sub item summary when click in (i) information icon for a summary
- search fixed issue with icons not showing for some quote/pm subitems - 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 - 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

View File

@@ -1,5 +1,5 @@
<template> <template>
<v-dialog v-model="isVisible" @keydown.esc="cancel" data-cy="extensions"> <v-dialog v-model="isVisible" persistent data-cy="extensions">
<v-card> <v-card>
<v-card-title>{{ $ay.t("Extensions") }}</v-card-title> <v-card-title>{{ $ay.t("Extensions") }}</v-card-title>
<v-card-subtitle class="mt-1">{{ titleText() }}</v-card-subtitle> <v-card-subtitle class="mt-1">{{ titleText() }}</v-card-subtitle>