HOTFIX: #6943 CustomerList form salesPersons options #790

Closed
jsegarra wants to merge 84 commits from hotfix_newCustomer_SalesPerson into master
1 changed files with 1 additions and 7 deletions
Showing only changes of commit a3fd69099a - Show all commits

View File

@ -657,13 +657,7 @@ function handleClick(event, btn, row) {
? 'text-primary-light' ? 'text-primary-light'
: 'color-vn-text ' : 'color-vn-text '
" "
@click="(evt) => btn.action(row, evt)" @click="btn.action(row)"
@click.ctrl="
(evt) => {
console.error('ctrl click', btn, evt);
btn.action(row, '_blank');
}
"
/> />
</QCardSection> </QCardSection>
</QCard> </QCard>