Merge pull request #2613 from dpalou/MOBILE-3596
MOBILE-3596 block: Send block ID to site pluginsmain
commit
ab734725d6
|
@ -56,6 +56,7 @@ export class CoreSitePluginsBlockComponent extends CoreBlockBaseComponent implem
|
|||
this.args = {
|
||||
contextlevel: this.contextLevel,
|
||||
instanceid: this.instanceId,
|
||||
blockid: this.block.instanceid,
|
||||
};
|
||||
this.initResult = handler.initResult;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue