Skip to content

Commit

Permalink
Widget param url prefix p to p_w (#3380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena authored Jan 31, 2019
1 parent 3d58860 commit ebb96d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/services/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ function WidgetFactory($http, $location, Query, Visualization, dashboardGridOpti
const result = param.clone();
result.title = mapping.title || param.title;
result.locals = [param];
result.urlPrefix = `w${this.id}_`;
result.urlPrefix = `p_w${this.id}_`;
if (mapping.type === WidgetService.MappingType.StaticValue) {
result.setValue(mapping.value);
} else {
Expand Down

0 comments on commit ebb96d7

Please sign in to comment.