mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 17:10:10 +00:00
accounts: add referrals to search queries
This commit is contained in:
parent
729552a827
commit
7d9555fdf7
@ -935,6 +935,14 @@ export class accountsList {
|
|||||||
bool: true,
|
bool: true,
|
||||||
string: false,
|
string: false,
|
||||||
date: true
|
date: true
|
||||||
|
},
|
||||||
|
"referrals-enabled": {
|
||||||
|
name: window.lang.strings("referrals"),
|
||||||
|
getter: "referrals_enabled",
|
||||||
|
bool: true,
|
||||||
|
string: false,
|
||||||
|
date: false,
|
||||||
|
dependsOnTableHeader: "accounts-header-referrals"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user