I just been asked for that functionality from the frontenders, can you share your solution?
#10 work around works for d11.1.0 thanks
leofishman β created an issue.
same error:
The website encountered an unexpected error. Try again later.
AssertionError: "Burndown" must be defined in MODULE_NAME.field_type_categories.yml in assert() (line 183 of core/lib/Drupal/Core/Field/FieldTypePluginManager.php).
Drupal\Core\Field\FieldTypePluginManager->getGroupedDefinitions() (Line: 131)
Adding the file burndown.field_type_categories.yml fix it and don't give the translation markup error anymore.
This is also very new to me, I am working on Drupal 11 now, but I assume that this issue may arise in every plugin, maybe we should wait for Drupal to resolve it?
leofishman β created an issue.
leofishman β created an issue.
I changed burndown.info.yml to make it compatible with Drupal 11
Can we make this module for Drupal 11?
I want to help
leofishman β created an issue.
just merging the patch?
leofishman β made their first commit to this issueβs fork.
I have an LMS site that sells memberships in order to access the courses, I would like the users to register when purchasing the membership but validating their email address.
This patch also fixed the viewEntity
Created this patch
leofishman β created an issue.
leofishman β created an issue.
Hi Dimitris, I tried your patch but didn't work, not sure if is the some issue, the steps are rendered by opigno-learning-path-training-content-step-summary-details-table.html.twig and neither the step, type or value are translated.
Patch works form me, thanks a lot!!!
I confirm the workaround works!!
I have the same issue on opigno 3.1.0
Did you find a solution?
The same happens to me using opigno site with drupal commerce 8.x-2.27
I went trought all the documentation, but maybe we are missing some configurations?