\Drupal\opigno_learning_path\Plugin\Block\StepsBlock calls self() in its create() method, meaning that child classes cannot extend the block without overriding the create() method. This adds unnecessary maintenance burden to any extending classes (and goes against best practices --- static() is used in all other opigno create() methods).

Comments

AaronBauman created an issue. See original summary.

aaronbauman’s picture

Status: Active » Needs review
StatusFileSize
new426 bytes
axelm’s picture

Hi @AaronBauman
Thanks for this patch, it will be applied in the next release

axelm’s picture

Status: Needs review » Patch (to be ported)
axelm’s picture

Status: Patch (to be ported) » Fixed

Releases in Opigno 2.27

axelm’s picture

Status: Fixed » Closed (fixed)