Page MenuHomePhabricator

Undeleting translatable page does not result in it being ready to mark for translation
Open, LowPublicBUG REPORT

Description

Steps to replicate the issue (include links if applicable):

  • Mark a page for translation
  • Delete it (via Special:PageTranslation)
  • Undelete it

What happens?:
The translate extension forgets it's a translatable page

What should have happened instead?:
Since the page contains translate tags, and null editing it would get the "mark this page for translation" button to show up, it should show up.

Other information (browser name/version, screenshots, etc.):

Example: https://www.mediawiki.org/wiki/Category:NukeDeletePage_extensions

Event Timeline

Pppery renamed this task from Undeleting translatable page does not mark it for transllation to Undeleting translatable page does not result in it being ready to mark for translation.Jul 31 2023, 3:39 PM

Possibly migrating to DomainEvents will fix this. Note to self to retest in that case.