When editing Publisher and Publication Series records which contain Unicode characters in the title field, the moderator approval page shows the title field as changed even when no changes were made to it.
This is due to the fact that the "if newField != oldField" statement compares XML-escaped values in newField with original values in oldField. The statement should be changed to "if newField != XMLescape(oldField)"
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is due to the fact that the "if newField != oldField" statement compares XML-escaped values in newField with original values in oldField. The statement should be changed to "if newField != XMLescape(oldField)"
Fixed in edit/submitpublisher.py 1.5 and edit/submitpubseries.py 1.3. Installed in r2013-54 on 2013-02-20.