Unassigned submissions dissapeared after upgrading OJS 3.3.0

Hi, last week I upgraded OJS to 3.3.0 version from a 3.2.1.2 version. Everything seems fine except that there is no unassigned submissions. Although, ‘Active submissions’ appeared and works fine. I took a look into error log but nothing appears. I think that maybe I accidentally delete them by some queries that I had to apply to upgrade (if I didn´t apply them the process throw error). These are the queries:

DELETE FROM review_files WHERE file_id IN (76191, 76377, 77174, 81796, 81797, 81798, 81799, 81800, 81801, 81802, 81803, 81804, 81805, 81806, 81807, 81808, 81809, 81810, 82513, 82514, 82515, 82516, 82517, 82518, 82519, 82520, 82521, 82534, 82535, 82536, 82537, 82538, 82539, 82540, 82888, 83262, 85428, 85435, 91290, 92353, 92607, 97291, 99161, 99603, 106801, 107031, 109350, 111071, 112887);

update review_assignments SET review_round_id = 0 WHERE review_round_id IS NULL;

Does anyone experimented the same problem? Any help will be appreciated

Update: The unassigned submissions appeared on the ‘all active’ tab, but they shouldn´t be there…

Hi @elementslive,

Thanks for reaching out. This issue is a known bug that was flagged for 3.3.0 and fixed in 3.3.0-6. There is a patch available in this thread that you can try.

I hope this helps.

Hi @kshuttle I applied the patch and it worked. Thank you so much for taking the time to response. I hope you have a wonderfull day!

A post was split to a new topic: Unassigned submission list not working after upgrade