- Issue created by @mkindred
- πΊπΈUnited States mkindred
Fork created, changing:
if ($this->accessManager->checkNamedRoute('node.add', ['node_type' => 'article'])) {
to:
if ($this->accessManager->checkNamedRoute('node.add', ['node_type' => $settings['bundle_type']])) {
- Merge request !71Revised access check for double-click from 'article' to $settings['bundle_type']]. β (Merged) created by mandclu
- First commit to issue fork.
-
mandclu β
committed 08501c78 on 3.0.x
Issue #3533971 by mkindred, mandclu: Can't add new event via double-...
-
mandclu β
committed 08501c78 on 3.0.x
- π¨π¦Canada mandclu
Thanks for identifying this, and for providing a fix. Merged in.