Issue #3241715: Access check problems on add_to_template link
1 unresolved thread
Merge request reports
Activity
added 1 commit
- 78409bfa - Update SectionLibraryRender.php to prevent access errors
114 114 } 115 115 116 $add_template_to_library_url = Url::fromRoute( 117 'section_library.add_template_to_library', 118 [ 119 'section_storage_type' => $params['section_storage_type'], 120 'section_storage' => $params['section_storage'], 121 'delta' => $params['delta'], 122 ], 123 [ 124 'attributes' => [ 125 'class' => [ 126 'use-ajax', 127 'layout-builder__link', 128 'layout-builder__link--add-template-to-library', 116 if (!empty($params)) {
Please register or sign in to reply