Skip to content

Commit

Permalink
pkp/pkp-lib#8933 Additional event type for settings renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaliy-1 committed Jun 2, 2023
1 parent 6fa86b6 commit 0f581c6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion classes/migration/upgrade/v3_4_0/I8933_EventLogLocalized.php
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ protected function mapSettings(): Collection
'file' => 'filename',
'name' => 'userFullName'
]);

$map->put(268435474, [ // SubmissionEventLogEntry::SUBMISSION_LOG_PUBLICATION_FORMAT_CREATE
'formatName' => 'publicationFormatName'
]);
return $map;
}
}

0 comments on commit 0f581c6

Please sign in to comment.