Currently the only way to attach blocks to a section is by an explicit mapping. The following patch allows a user to attach blocks to sections in the following ways:
Implicitly: attach blocks to a parent section, and have the block load on all child sections
Explicitly: attach blocks to the specific sections that the block should load on
'''Note:''' This patch sets up the capability to set up the implicit/explicit mappings based on block_assignment. In short, with a new user interface and a quick code fix one could apply the same block to multiple sections both implicitly and explicitly.
This requires a database modification to block_assignment
Currently the only way to attach blocks to a section is by an explicit mapping. The following patch allows a user to attach blocks to sections in the following ways:
'''Note:''' This patch sets up the capability to set up the implicit/explicit mappings based on block_assignment. In short, with a new user interface and a quick code fix one could apply the same block to multiple sections both implicitly and explicitly.
This requires a database modification to block_assignment