Skip to content
Snippets Groups Projects

Issue #3299820: ChecklistapiChecklistForm depends on classy/progress, which will not be a

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -82,7 +82,7 @@ class ChecklistapiChecklistForm implements FormInterface, ContainerInjectionInte
'#percent_complete' => (int) round($checklist->getPercentComplete()),
'#attached' => [
'library' => [
'classy/progress',
'core/drupal.progress',
],
],
];
Loading