mirror of
https://github.com/hrfee/jfa-go.git
synced 2024-12-22 09:00: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,
|
||||
string: false,
|
||||
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