Commit dc6127de90da1847d83b13322b6321c6941bd7d4

Authored by Igor Kulikov
1 parent 41a1c667

Fix: Add entityLabel to handleWidgetAction

@@ -490,7 +490,7 @@ export default function WidgetController($scope, $state, $timeout, $window, $ocL @@ -490,7 +490,7 @@ export default function WidgetController($scope, $state, $timeout, $window, $ocL
490 } 490 }
491 } 491 }
492 492
493 - function handleWidgetAction($event, descriptor, entityId, entityName, additionalParams) { 493 + function handleWidgetAction($event, descriptor, entityId, entityName, additionalParams, entityLabel) {
494 var type = descriptor.type; 494 var type = descriptor.type;
495 var targetEntityParamName = descriptor.stateEntityParamName; 495 var targetEntityParamName = descriptor.stateEntityParamName;
496 var targetEntityId; 496 var targetEntityId;