- Issue created by @joelpittet
- πΊπΈUnited States DamienMcKenna NH, USA
joelpittet β credited damienmckenna β .
- Merge request !16Group roles and permissions UI from zerolab https://github.com/Gizra/og/pull/243 β (Merged) created by joelpittet
- π¨π¦Canada joelpittet Vancouver
This is looking really good so far and passing tests.
On admin/config/group/roles/node/committee_project/add
I ran into this which @damienmckenna ran into here also https://github.com/Gizra/og/pull/243#issuecomment-2085728265
The website encountered an unexpected error. Try again later.
Drupal\Core\Entity\Exception\UndefinedLinkTemplateException: No link template 'canonical' found for the 'og_role' entity type in Drupal\Core\Entity\EntityBase->toUrl() (line 211 of core/lib/Drupal/Core/Entity/EntityBase.php).
Drupal\Core\Config\Entity\ConfigEntityBase->toUrl() (Line: 259)
Drupal\Core\Entity\EntityBase->toLink() (Line: 105)
Drupal\og_ui\Form\OgRoleForm->save()
call_user_func_array() (Line: 129)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers() (Line: 67)
Drupal\Core\Form\FormSubmitter->doSubmitForm() (Line: 597)
Drupal\Core\Form\FormBuilder->processForm() (Line: 326)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 73)
Drupal\Core\Controller\FormController->getContentResult() (Line: 39)
Drupal\layout_builder\Controller\LayoutBuilderHtmlEntityFormController->getContentResult()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 638)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 181)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 106)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 85)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 36)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 51)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 741)
Drupal\Core\DrupalKernel->handle() (Line: 19) - π¨π¦Canada joelpittet Vancouver
That error might be resolved after this: π The OG role 'og_role' entity should not extend core's 'role' Active
-
joelpittet β
committed b56f60c0 on 8.x-1.x
Issue #3484502 by joelpittet, damienmckenna, Maarten Segers, pfrenssen,...
-
joelpittet β
committed b56f60c0 on 8.x-1.x
- π¨π¦Canada joelpittet Vancouver
Actually when doing π The OG role 'og_role' entity should not extend core's 'role' Active I realized I was duplicating work here, so wanted this in as a base for that work.
Automatically closed - issue fixed for 2 weeks with no activity.