Merge pull request #2613 from dpalou/MOBILE-3596

MOBILE-3596 block: Send block ID to site plugins
main
Juan Leyva 2020-11-23 13:16:24 +01:00 committed by GitHub
commit ab734725d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}