mediamaisteri / moodle-block_mmquicklink

A block for administrators, managers and teachers to simplify navigation in Moodle. Contains easy access links to most used functions. Block's content is based on user's role & capabilities and page context.
GNU General Public License v3.0
0 stars 0 forks source link

Plugin automatically creates undeletable instance upon installation #2

Open mudrd8mz opened 3 years ago

mudrd8mz commented 3 years ago

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.

Let me suggest to re-consider this whole function.