Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.12.0
-
Fix Version/s: 4.0.0
-
Component/s: app.editor, core.ui
-
Labels:None
-
Target Version:
Description
unregistering the huePubSub.subscribe? In notebook.ko.js there are a lot of those (which later conflicts in responsive).
huePubSub.subscribe("editor.workload.upload", function ()
{ self.loadQueryHistory(10); });
etc..
What would be the correct pattern
huePubSub.subscribeOne()
type:table tax --> print 'tags:taxes' in result row too
owner:romain ca --> print 'owner:romain' in result row too
// TODO: It should only publish if this belongs to the currently active app in responsive
huePubSub.subscribe('get.active.snippet.type', function () {
if (self.inFocus() || notebook.snippets().length === 1)
});