Skip to content
Snippets Groups Projects

Sprint 17 features

Merged Bogdan Cochior requested to merge develop into master

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
36 36 } ${submittingAuthor.lastName}`
37 37
38 38 const userHelper = new User({ UserModel })
39 const eic = await userHelper.getEditorInChief()
39 const eics = await userHelper.getEditorsInChief()
40 const eic = eics[0]
  • Bogdan Cochior
    Bogdan Cochior @bogdan started a thread on commit 69862254
  • 37 37
    38 38 const handlingEditor = get(collection, 'handlingEditor')
    39 39 const userHelper = new User({ UserModel })
    40 const { firstName, lastName } = await userHelper.getEditorInChief()
    41 const eicName = `${firstName} ${lastName}`
  • Bogdan Cochior mentioned in commit 33578445

    mentioned in commit 33578445

  • Please register or sign in to reply