Skip to content

Commit

Permalink
pkp#10019 Fix publication update when modifying contributor
Browse files Browse the repository at this point in the history
  • Loading branch information
salmanm2003 committed Jun 19, 2024
1 parent 9cefe80 commit f535833
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions controllers/grid/users/author/AuthorGridHandler.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,8 @@ function deleteAuthor($args, $request) {
$authorDao->deleteById($authorId);
$json = DAO::getDataChangedEvent($authorId);
$json->setGlobalEvent('authorsUpdated');
$publication = $this->getPublication();
$publication = Services::get('publication')->edit($publication, [], Application::get()->getRequest());
return $json;
}

Expand Down

0 comments on commit f535833

Please sign in to comment.