[OJS 3.3.0-4] How to override URL path of published article to number only, instead of ID?

Describe the issue or problem
Last week, our server got a disk bad sector, so right now we’re still trying to recover it. We have multi journal setup with thousands of articles. Our backup drive also corrupted so we have to re-submit all of articles manually :frowning:

For some reason we have to reclaim all of the reserved URL for registered article’s DOI.
We want to override the article URL path to number only instead of the ID (to match the previous registered DOI), but i got validation issue after press the save button.

I want to change the published article URL,
from:
http://mydomain/index.php/religia/article/view/1
to this:
http://mydomain/index.php/religia/article/view/123123

Steps I took leading up to the issue

  1. Go to Submissions>Publication>Issue Tab>URL Path Form
  2. Fill the URL Path to number, eg: 123123
  3. Click on Save Button
  4. I got the validation error
    image
The URL path can not be a number.

What application are you using?
OJS 3.3.0-4

Additional information

You can’t. Both paths you have in your post are a number - how can you make sure that the ID does not overlap the path one time? You must add an alpabetic character or a special character such as an underscore.