Skip to content
Snippets Groups Projects

Issue #3241715: Access check problems on add_to_template link

Closed Issue #3241715: Access check problems on add_to_template link
1 unresolved thread
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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)) {
  • Closing as outdated

  • Please register or sign in to reply
    Loading