The "block settings" link for microcontents blocks redirects the user to the node edit form.

This stops the ability to configure the block's visibility settings, which makes this a bug IMO
(for instance, show mission only on front page)

Comments

Bèr Kessels’s picture

Correct.

We need to distinguish the following very clear:
* permissions. a main aim of MCC (microcontent) is to allow users without full admin perms to still edit texts
* configuration (administration, php for visibility, changing of filter formats etc), moderation (on/off/placement), editing (change contents).

The redirect is done intentionally: hook_block did (not sure if that changed) have a hook to catch updates, hence we could not update the node, if the block was edited. This needs to be checked first.

Bèr Kessels’s picture

Fixed in HEAD.

Bèr Kessels’s picture

Version: 4.7.x-1.x-dev » master
Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)