Fixed SonarQube code smell 'Variables should not be shadowed'.

This commit is contained in:
Satish V
2020-06-30 17:26:18 +05:30
committed by Akshay Joshi
parent 6713bc068b
commit 4c05287677
6 changed files with 33 additions and 33 deletions

View File

@@ -224,8 +224,8 @@ define('misc.dependents', [
Alertify.pgNotifier(
error, xhr,
gettext('Error retrieving data from the server: %s', message || _label),
function(msg) {
if(msg === 'CRYPTKEY_SET') {
function(alertMsg) {
if(alertMsg === 'CRYPTKEY_SET') {
self.showDependents(item, data, node);
} else {
console.warn(arguments);