Hi,
I hope someone here can help me with this question. In the views, there are blocks generated from views. and when I use "select * from block" in mysql, I can see those blocks. but after I deleted relevant views, those blocks still can find in block table in database, which end up there are lots of redundant blocks generated from views in block table in the database.
my question is after delete views, should those blocks generated from views be deleted from "block" table as well? if not, how to clear them up?
thanks lots for your help!
Ling
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | view-block.png | 21.81 KB | ling-drupal |
Comments
Comment #1
ling-drupal commentedComment #2
mustanggb commentedComment #3
renatog commentedHi @ling-drupal how are you?
Your question makes sense.
In this versions, blocks are not excluded for keep reference in the drupal site. (Remove this blocks can be broken page of site that use this blocks)
For clean with security it needs a technical check how blocks that not used before clear.
Comment #4
renatog commented