The reverted commit pinned the plugin version on stable because the changes in that commit aren't compatible with stable. However, the version that we pinned the plugin to has a bug on stable and https://github.com/discourse/discourse-data-explorer/commit/50e62d84e854b8980e2201f729573f5ce5a8d2fc fixes that bug. So we need to temporarily revert https://github.com/discourse/discourse-data-explorer/commit/5e24556b24f76fe664a732339c773d58ab106fbe to unpin the plugin and I'll create another PR to undo this revert and re-pin the plugin version to this commit for sites on stable. Meta topic: https://meta.discourse.org/t/data-explorer-editing-broken-on-stable/181274/11?u=osama.
This commit is contained in:
@@ -47,10 +47,6 @@ const Query = RestModel.extend({
|
||||
newParams[name] = pinfo["default"];
|
||||
} else if (pinfo["type"] === "boolean") {
|
||||
newParams[name] = "false";
|
||||
} else if (pinfo["type"] === "user_id") {
|
||||
newParams[name] = null;
|
||||
} else if (pinfo["type"] === "user_list") {
|
||||
newParams[name] = null;
|
||||
} else {
|
||||
newParams[name] = "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user