I’ve just published a back issue and it appears as the current issue. i’ve tried to reorder the issue but anything happen.
I’ve read somewhere in this forum that there is table custom_issue_orders
that can be updated to solve this problems. Here is my table:
mysql> select * from custom_issue_orders;
| issue_id | journal_id | seq |
| 2 | 3 | 1 |
| 10 | 3 | 3 |
| 11 | 3 | 2 |
+------------+-------------+------+
3 rows in set (0.00 sec)
They are in date order but for the second that should be the first. Before doing a total mess in the database could someone give me any advice how to proceed?
Regards
Claudio