Support from Acquia helps fund testing for Drupal Acquia logo

Comments

victor-shelepen’s picture

Status: Active » Needs review
FileSize
814 bytes

This:

$submitted = \Drupal::config('node.type.' . $node->bundle())->get('settings.node.submitted') ?: TRUE;

always return TRUE. Because this shot if construction set TRUE is it is FALSE.

Status: Needs review » Needs work

The last submitted patch, 1: node-submitted-2158431-1.patch, failed testing.

victor-shelepen’s picture

Status: Needs work » Needs review
FileSize
786 bytes
victor-shelepen’s picture

Status: Needs review » Needs work

The last submitted patch, 3: node-submitted-2158431-2.patch, failed testing.

andypost’s picture