Skip to content

Commit

Permalink
Fix #32 - if a ResultSet contains fields with null values, the render…
Browse files Browse the repository at this point in the history
…ing is kaputt
  • Loading branch information
hyyan committed Apr 19, 2018
1 parent 097d26a commit 6081ebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion js/dist/agc-basic-bundle.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/package.json
Expand Up @@ -21,7 +21,7 @@
},
"dependencies": {
"ag-grid": "17.0.0",
"ag-grid-components": "https://git.storesandbox.de/hyyan/ag-grid-components.git#v1.7.0",
"ag-grid-components": "https://git.storesandbox.de/hyyan/ag-grid-components.git#^v1.7.0",
"ag-grid-enterprise": "17.0.0",
"jss": "https://github.com/dvtng/jss"
}
Expand Down
10 changes: 5 additions & 5 deletions js/yarn.lock
Expand Up @@ -457,11 +457,11 @@ acorn@^5.0.0:
version "5.5.0"
resolved "https://registry.yarnpkg.com/acorn/-/acorn-5.5.0.tgz#1abb587fbf051f94e3de20e6b26ef910b1828298"

"ag-grid-components@https://git.storesandbox.de/hyyan/ag-grid-components.git#v1.7.0":
version "1.7.0"
resolved "https://git.storesandbox.de/hyyan/ag-grid-components.git#0b91e64ccc5372ada697fe6d62d8ce2c3aaa99c8"
"ag-grid-components@https://git.storesandbox.de/hyyan/ag-grid-components.git#^v1.7.0":
version "1.7.1"
resolved "https://git.storesandbox.de/hyyan/ag-grid-components.git#c7cccc618059fce584cf5a2430741664ee5517b4"
dependencies:
bbj-masks "https://git.storesandbox.de/hyyan/bbj-masks.git#v1.3.1"
bbj-masks "https://git.storesandbox.de/hyyan/bbj-masks.git#^v1.3.1"
flatpickr "^4.3.2"

ag-grid-enterprise@17.0.0:
Expand Down Expand Up @@ -696,7 +696,7 @@ base@^0.11.1:
mixin-deep "^1.2.0"
pascalcase "^0.1.1"

"bbj-masks@https://git.storesandbox.de/hyyan/bbj-masks.git#v1.3.1":
"bbj-masks@https://git.storesandbox.de/hyyan/bbj-masks.git#^v1.3.1":
version "1.3.1"
resolved "https://git.storesandbox.de/hyyan/bbj-masks.git#a7426c549b0aad5dfd4d8e46717bf4cec8412a84"
dependencies:
Expand Down

0 comments on commit 6081ebd

Please sign in to comment.