mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1988 from overleaf/ta-conversion-metrics
Add Conversion Metrics for Publishers GitOrigin-RevId: 517da4d8acf02b84c40f1a9ff95591838bcc3afb
This commit is contained in:
parent
827814175f
commit
367f94e27f
1 changed files with 9 additions and 0 deletions
|
@ -118,5 +118,14 @@ module.exports = {
|
|||
removeMember: `/manage/publishers/${id}/managers`
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
conversion: {
|
||||
// for metrics only
|
||||
modelName: 'Publisher',
|
||||
fields: {
|
||||
primaryKey: 'slug',
|
||||
access: 'managerIds'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue