Skip to content

Commit

Permalink
* (Apollon77) Allow to remove a configuration value for "round" in co…
Browse files Browse the repository at this point in the history
…nfig again
  • Loading branch information
Apollon77 committed Jun 27, 2022
1 parent 9fd1a6d commit 8fee596
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,9 @@ sendTo('sql.0', 'getEnabledDPs', {}, function (result) {
-->

## Changelog
### __WORK IN PROGRESS__
* (Apollon77) Allow to remove a configuration value for "round" in config again

### 2.1.5 (2022-06-27)
* (Apollon77) When no count is provided for aggregate "none" or "onchange" then the limit (default 2000) is used as count to define the number of data to return.
* (Apollon77) Fix the initialization of types and IDs for some cases.
Expand Down
2 changes: 1 addition & 1 deletion admin/jsonConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
},
"round": {
"newLine": true,
"type": "number",
"type": "text",
"label": "Round real to",
"sm": 12,
"md": 4,
Expand Down

0 comments on commit 8fee596

Please sign in to comment.