Skip to content

Commit

Permalink
added save url to storage for update-url event
Browse files Browse the repository at this point in the history
  • Loading branch information
wachterjohannes committed Jul 10, 2017
1 parent 9ea84a3 commit 1c66a89
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# CHANGELOG for husky

* 0.30.1 (2017-07-10)
* HOTFIX #771 Added save url to storage for update-url event

* 0.30.0 (2017-06-01)
* BUGFIX #765 Fixed deselect of radio button
* FEATURE #769 Added option to concat dropdown url and static items
Expand Down
1 change: 1 addition & 0 deletions dist/husky.js
Original file line number Diff line number Diff line change
Expand Up @@ -35459,6 +35459,7 @@ define('husky_components/datagrid/decorators/infinite-scroll-pagination',[],func
for (key in parameters) {
url = setGetParameter.call(this, url, key, parameters[key]);
}
this.storage.set('url', url);

this.destroy();
this.loading();
Expand Down
2 changes: 1 addition & 1 deletion dist/husky.min.css

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

2 changes: 1 addition & 1 deletion dist/husky.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions husky_components/datagrid/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2058,6 +2058,7 @@
for (key in parameters) {
url = setGetParameter.call(this, url, key, parameters[key]);
}
this.storage.set('url', url);

this.destroy();
this.loading();
Expand Down

0 comments on commit 1c66a89

Please sign in to comment.