Sfoglia il codice sorgente

Merge pull request #24720 from overleaf/mj-teardown-write-and-cite-split-tests

[web] Tear down Write and Cite related split tests

GitOrigin-RevId: 0002829f53b0f28d482c79ed2cbf61066690ae02
Mathias Jakobsen 1 anno fa
parent
commit
c27c7bbe83

+ 0 - 3
services/web/app/src/Features/Project/ProjectController.js

@@ -349,12 +349,9 @@ const _ProjectController = {
       !anonymous && 'ro-mirror-on-client',
       'track-pdf-download',
       !anonymous && 'writefull-oauth-promotion',
-      'write-and-cite',
-      'write-and-cite-ars',
       'default-visual-for-beginners',
       'hotjar',
       'reviewer-role',
-      'papers-integration',
       'editor-redesign',
       'paywall-change-compile-timeout',
       'overleaf-assist-bundle',

+ 0 - 5
services/web/app/src/Features/User/UserPagesController.mjs

@@ -117,11 +117,6 @@ async function settingsPage(req, res) {
     )
   }
 
-  // Get the users write-and-cite assignment to switch between translation strings
-  await SplitTestHandler.promises.getAssignment(req, res, 'write-and-cite')
-  // Get the users papers-integration assignment to show the linking widget
-  await SplitTestHandler.promises.getAssignment(req, res, 'papers-integration')
-
   res.render('user/settings', {
     title: 'account_settings',
     user: {

+ 0 - 1
services/web/frontend/extracted-translations.json

@@ -1428,7 +1428,6 @@
   "search": "",
   "search_all_project_files": "",
   "search_bib_files": "",
-  "search_by_author_journal_title_and_more_link_to_zotero_mendeley": "",
   "search_by_author_journal_title_and_more_link_to_zotero_mendeley_papers": "",
   "search_by_citekey_author_year_title": "",
   "search_command_find": "",

+ 0 - 1
services/web/locales/en.json

@@ -1892,7 +1892,6 @@
   "search": "Search",
   "search_all_project_files": "Search all project files",
   "search_bib_files": "Search by author, title, year",
-  "search_by_author_journal_title_and_more_link_to_zotero_mendeley": "Search by author, journal, title, and more. Link to Zotero or Mendeley to search and add references from your libraries directly in your project.",
   "search_by_author_journal_title_and_more_link_to_zotero_mendeley_papers": "Search by author, journal, title, and more. Link to Zotero, Mendeley, or Papers to search and add references from your libraries directly in your project.",
   "search_by_citekey_author_year_title": "Search by citation key, author, title, year",
   "search_command_find": "Find",