mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 09:28:51 +00:00
Merge pull request #269 from EverythingMe/257-chart-editor
Disable filters url syncing
This commit is contained in:
commit
cb4b0e0296
@ -68,7 +68,6 @@
|
||||
template: '<filters></filters>\n' + Visualization.renderVisualizationsTemplate,
|
||||
replace: false,
|
||||
link: function (scope) {
|
||||
|
||||
scope.select2Options = {
|
||||
width: '50%'
|
||||
};
|
||||
@ -103,7 +102,7 @@
|
||||
if (filters) {
|
||||
scope.filters = filters;
|
||||
|
||||
if (filters.length) {
|
||||
if (filters.length && false) {
|
||||
readURL();
|
||||
|
||||
// start watching for changes and update URL
|
||||
|
Loading…
Reference in New Issue
Block a user