Problems upgrading omp

Hello

I have some problems with email templates upgrading omp. In file 1.2.0.0_update.xml there are some upgrades like this

UPDATE email_templates_data SET body=REPLACE(body, ‘{$editorialContactName}’, ‘Editores’) WHERE locale = ‘es_ES’ AND email_key IN (‘REVIEW_ACCEPT’, ‘REVIEW_DECLINE’)

But in emailTemplates.xml not exist REVIEW_ACCEPT but yes REVIEW_CONFIRM

Is that wrong

Hi @Enrique_Manuel_Touce,

Good spotting – those REVIEW_ACCEPT templates should be REVIEW_CONFIRM. See REVIEW_ACCEPT should be REVIEW_CONFIRM in upgrade script · Issue #2144 · pkp/pkp-lib · GitHub for an issue and patch.

Regards,
Alec Smecher
Public Knowledge Project Team