goblin-desktop 2.1.2 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "goblin-desktop",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "description": "Goblin Desktop",
5
5
  "main": "./builders/builders.js",
6
6
  "scripts": {
@@ -93,7 +93,7 @@ class DesktopTopbarNC extends Widget {
93
93
  }
94
94
 
95
95
  onChangeLocale(locale) {
96
- this.doAs('desktop', 'change-locale', {locale});
96
+ this.doFor(this.props.clientSessionId, 'change-locale', {locale});
97
97
  }
98
98
 
99
99
  onChangeTeam(teamId) {
@@ -351,6 +351,7 @@ class Plugin extends Widget {
351
351
  id={workitemId}
352
352
  theme={this.context.theme}
353
353
  entityId={entityId}
354
+ pluginProps={this.props.pluginProps}
354
355
  embeddedLevel={this.props.embeddedLevel}
355
356
  origin={this.props.origin}
356
357
  contextId={this.context.contextId}