Closed (fixed)
Project:
Apache Solr Search
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2011 at 13:47 UTC
Updated:
28 Nov 2011 at 15:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedComment #2
nick_vhInitial take : This would be possible by doing a form_alter and add something like core does :
http://api.drupal.org/api/drupal/modules--block--block.admin.inc/functio...
Comment #3
pwolanin commentedYou would also have to check the block delta (or something) to be sure it's a mlt block, not some other apachesolr block.
Comment #4
nick_vhAttached patch enables the delete link in the blocks admin page again.
Comment #5
nick_vhFixed and committed