refs #5986 feat(ticket_filter): add classColor column
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-08-08 15:04:21 +02:00
parent 61e3b71bbf
commit 19c09d60a2
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ module.exports = Self => {
am.name AS agencyMode,
am.id AS agencyModeFk,
st.name AS state,
st.classColor,
wk.lastName AS salesPerson,
ts.stateFk AS stateFk,
ts.alertLevel AS alertLevel,