Merge pull request #18175 from overleaf/jdt-new-bib-file-prompt
[Web] Add opportunistic prompts for third party references GitOrigin-RevId: d794df16781d0db707423f23ab12f40a13604907
This commit is contained in:
committed by
Copybot
parent
e3ff70e896
commit
81903bb79d
@@ -607,6 +607,13 @@ const ProjectController = {
|
||||
)
|
||||
}
|
||||
},
|
||||
tprPromptAssignment(cb) {
|
||||
if (anonymous) {
|
||||
cb()
|
||||
} else {
|
||||
SplitTestHandler.getAssignment(req, res, 'bib-file-tpr-prompt', cb)
|
||||
}
|
||||
},
|
||||
compileLogEventsAssignment(cb) {
|
||||
SplitTestHandler.getAssignment(req, res, 'compile-log-events', cb)
|
||||
},
|
||||
|
||||
@@ -7,6 +7,7 @@ const VALID_KEYS = [
|
||||
'table-generator-promotion',
|
||||
'writefull-integration',
|
||||
'writefull-oauth-promotion',
|
||||
'bib-file-tpr-prompt',
|
||||
]
|
||||
|
||||
async function completeTutorial(req, res, next) {
|
||||
|
||||
Reference in New Issue
Block a user