Feature #806
Bug #805: Unique key assigned to NAME column for "blocks" DB table
Plugin name should be considered in changeset instructions
Start date:
May 06, 2013
Due date:
% Done:
0%
Estimated time:
Description
Since here will be a paired DB index for blocks table, the plugin name part should be also considered when installing templates/packages.
For example, this instruction will deactivate all of the blocks named top_categories:
<changeset> <block status="inactive">top_categories</block> </changeset>
Instead, the script should provide a way to deactivate this block only for, say, Publishing package, as follows:
<changeset> <block status="inactive">top_categories-publishing</block> </changeset>
History
Updated by Vasily Bezruchkin over 7 years ago
- Assignee set to Batyr Mackenov
- Target version changed from 3.0.2 to 3.1.0