Page MenuHomePhabricator

Investigate "invalidcontent" saving errors in Content Translation
Closed, ResolvedPublic

Description

A new kind of Content Translation saving error appeared on July 29:
"code":"invalidcontent","info":"Invalid section data"

Event Timeline

Code in question:

if ( !isset( $tuData['sectionId'] ) || !isset( $tuData['origin'] ) ) {
	$this->dieUsage( 'Invalid section data', 'invalidcontent' );
}

We did not pick this up in our current sprint because:

  • only one occurrence so far
Arrbee claimed this task.
Arrbee added a subscriber: santhosh.

This was tested by @santhosh and doesn't seem to be happening any more. Closing now.