Project

General

Profile

« Previous | Next » 

Revision 0a381a96

Added by Andreas Kohlbecker almost 3 years ago

ref #9659 ext_links overview: removing ensable/disable action

View differences:

modules/cdm_dataportal/ext_links/ext_links.module
75 75
    'access arguments' => ['access administration pages'],
76 76
    'file' => 'ext_links.admin.inc',
77 77
  ];
78
//  $items['admin/config/cdm_dataportal/ext_links/%link_template/status/%value'] = [
79
//    'title' => 'Disable external link',
80
//    'page callback' => 'drupal_get_form',
81
//    'page arguments' => ['ext_links_admin_disable', 4],
82
//    'access arguments' => ['access administration pages'],
83
//    'file' => 'ext_links.admin.inc',
84
//  ];
85 78
  return $items;
86 79
}
87 80

  
88

  
89 81
/**
90 82
 * Retrieves a list of External Link templates, ordered by weight.
91 83
 *

Also available in: Unified diff