3669-refactor(order_search-panel): change orderFk to ticketFk #888

Merged
joan merged 4 commits from 3669-order_search-panel into dev 2022-03-04 08:39:01 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e082d18564 - Show all commits

View File

@ -18,7 +18,7 @@ module.exports = Self => {
}, {
arg: 'search',
type: 'string',
description: `If it's and integer searchs by ticket id, otherwise it searchs by nickname`
description: `The general search by ticket id or nickname`
alexm marked this conversation as resolved Outdated
Outdated
Review

Change description to "The general search by ticket id or nickname"

Change description to "The general search by ticket id or nickname"
}, {
arg: 'from',
type: 'date',