fix(minor): workflow state indicator (#21508)

In List view only `Status` type was considered for indicator. Added fields with `Workflow State` as options
This commit is contained in:
Maharshi Patel 2023-06-28 13:34:36 +05:30 committed by GitHub
parent 2fa7f8350c
commit 814265d245
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -711,7 +711,7 @@ frappe.views.ListView = class ListView extends frappe.views.BaseList {
}
get_column_html(col, doc) {
if (col.type === "Status") {
if (col.type === "Status" || col.df?.options == "Workflow State") {
return `
<div class="list-row-col hidden-xs ellipsis">
${this.get_indicator_html(doc)}