Before 2022-10-18 arwiki has edit restrection level for (Editors user group) named "review".
In T321111 patch The edit restrection level for (Editors user group) renamed to "editeditorprotected". put this was buggy patch because the Database does not changed and all old (Editors user group) proteced pages valued to "review".
The patch must excute SQL statement like
UPDATE page_restrictions SET pr_level = 'editeditorprotected' WHERE pr_level = 'review'
If it possible we want this query to be excuted to arwiki DB. or we will do it by bot.
Also check if anothor DBs in T230103 has same bug.