Skip to content

Fix(reviewer-invitation): passed parent id for versions

Pankaj Kandpal requested to merge fix/multiple-version-invite-reviewer into main

Issue addressed #1353 (closed)

For multiple versions, when reviewer was being added to a channel, it fetches channel corresponding to that manuscript ID, while we create channels for parent manuscript Id. With this fix, if a manuscript has multiple versions, the parent ID is passed to the addUserToManuscriptChatChannel function.

Merge request reports