-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #270 from vrk-kpa/LIKA-421_fix-sentry-errors
LIKA-421: Fix xroad-stats date picker
- Loading branch information
Showing
5 changed files
with
15 additions
and
16 deletions.
There are no files selected for viewing
12 changes: 0 additions & 12 deletions
12
ansible/roles/ckan/files/patches/fix_bootstrap_font_path.patch
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
ckanext/ckanext-apicatalog/ckanext/apicatalog/fanstatic/javascript/datepicker.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
this.ckan.module('datepicker', function (jQuery, _) { | ||
return { | ||
initialize: function () { | ||
jQuery.proxyAll(this, /_on/); | ||
this.el.ready(this._onReady); | ||
}, | ||
|
||
_onReady: function() { | ||
var editor = $(this.el).datetimepicker(); | ||
} | ||
} | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule ckanext-xroad_integration
updated
1 files
+2 −1 | ckanext/xroad_integration/templates/admin/xroad_services.html |