mirror of
https://github.com/LdesignMedia/moodle-availability_ipaddress.git
synced 2026-05-16 21:41:28 +02:00
added end-of-lines
This commit is contained in:
2
.github/workflows/moodle-release.yml
vendored
2
.github/workflows/moodle-release.yml
vendored
@@ -63,4 +63,4 @@ jobs:
|
||||
RESPONSE: ${{ steps.add-version.outputs.response }}
|
||||
run: |
|
||||
jq <<< ${RESPONSE}
|
||||
jq --exit-status ".id" <<< ${RESPONSE} > /dev/null
|
||||
jq --exit-status ".id" <<< ${RESPONSE} > /dev/null
|
||||
|
||||
@@ -179,4 +179,4 @@ class condition extends \core_availability\condition {
|
||||
'ipaddresses' => $this->ipaddresses,
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -47,4 +47,4 @@ class frontend extends \core_availability\frontend {
|
||||
'error_ipaddress',
|
||||
];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,4 +35,4 @@ $string['js:ipaddress'] = 'Require network address';
|
||||
$string['error_ipaddress'] = 'Incorrect ip-address/subnet format';
|
||||
|
||||
// Privacy provider.
|
||||
$string['privacy:metadata'] = 'The restriction by activity ipaddress plugin does not store any personal data.';
|
||||
$string['privacy:metadata'] = 'The restriction by activity ipaddress plugin does not store any personal data.';
|
||||
|
||||
@@ -30,4 +30,4 @@ $plugin->component = 'availability_ipaddress';
|
||||
$plugin->version = 2020111800;
|
||||
$plugin->release = '3.10.0';
|
||||
$plugin->requires = 2016120500;
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
||||
2
yui/src/form/js/form.js
vendored
2
yui/src/form/js/form.js
vendored
@@ -180,4 +180,4 @@ M.availability_ipaddress.form.fillErrors = function(errors, node) {
|
||||
if (M.availability_ipaddress.validateIpaddress(value.ipaddresses) === false) {
|
||||
errors.push('availability_ipaddress:error_ipaddress');
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
"moodle-core_availability-form"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user