You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I expect this was well intended as a nice feature. However, I actually consider it a bug.
In the xmldb_block_mmquicklink_install() function, a new instance of the block is created and marked as undeletable.
It is setting the parent context to "1". There is no guarantee that the SYSCONTEXTID is exactly this.
Why is the block added to the undeletableblocktypes ? That setting was supposed to protect essential blocks only such as Navigation or Administration that could not be re-added easily.
Let me suggest to re-consider this whole function.
The text was updated successfully, but these errors were encountered:
I expect this was well intended as a nice feature. However, I actually consider it a bug.
In the
xmldb_block_mmquicklink_install()
function, a new instance of the block is created and marked as undeletable.SYSCONTEXTID
is exactly this.undeletableblocktypes
? That setting was supposed to protect essential blocks only such as Navigation or Administration that could not be re-added easily.Let me suggest to re-consider this whole function.
The text was updated successfully, but these errors were encountered: