mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 10:10:08 +02:00
Merge pull request #5620 from overleaf/jpa-true-pro-features-override
[web] creating a professional feature override should populate all flags GitOrigin-RevId: e5ee4464ac2cedac7cc919195ac2a4240fb9285f
This commit is contained in:
@@ -35,6 +35,11 @@ function mergeFeatures(featuresA, featuresB) {
|
||||
features[key] = features[key] || featuresB[key]
|
||||
}
|
||||
}
|
||||
if (features.mendeley && features.referencesSearch && features.zotero) {
|
||||
// Back fill legacy feature flag for isFeatureSetBetter to work properly
|
||||
// with professional feature overrides.
|
||||
features.references = true
|
||||
}
|
||||
return features
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user