Skip to content
Snippets Groups Projects

Fixes #1262 Shared report should be accessible to admin user

Merged Fixes #1262 Shared report should be accessible to admin user
Merged Uma requested to merge uma.s/vtigercrm:report_sharing into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -206,7 +206,7 @@ window.app = (function () {
for (var index = 0; index < queryParameters.length; index++) {
var queryParam = queryParameters[index];
var queryParamComponents = queryParam.split('=');
if (queryParamComponents[0] in params) params[queryParamComponents[0]] += '&' + queryParamComponents[0] + '=' + queryParamComponents[1];
if (queryParamComponents[0] in params) params[queryParamComponents[0]] += '&' + queryParamComponents[0] + '=' + queryParamComponents[1];
else params[queryParamComponents[0]] = queryParamComponents[1];
}
return params;
@@ -537,4 +537,4 @@ jQuery(function () {
modal_this.$element.focus()
}
})};
});
});
\ No newline at end of file
Loading