Skip to content

Commit

Permalink
Bugfix v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Rothenbücher committed Oct 21, 2021
1 parent c444067 commit 257a948
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion assets/js/watchdog.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,12 +226,13 @@ if (contents) {
if (es_client) {
getLicenceCount();
}

/*
if (es_client && settings.elasticsearch && settings.elasticsearch.start_by && settings.current_licence_count && settings.current_licence_count != 0) {
if (settings.current_licence_count < settings.elasticsearch.start_by) {
throw "Jump"
}
}
*/
if (!err) {

counter++;
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "abas-watchdog",
"productName": "abas-watchdog",
"version": "0.6.1",
"version": "0.6.2",
"description": "a License Watchdog for abas-ERP",
"homepage": "https://github.com/mrothenbuecher/abas-watchdog",
"main": "main.js",
Expand All @@ -21,7 +21,8 @@
"!**/*.yml",
"!**/*.md"
],
"extraFiles": [{
"extraFiles": [
{
"from": "lang",
"to": "lang",
"filter": [
Expand Down

0 comments on commit 257a948

Please sign in to comment.