X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fmkws-widget.js;h=d1c76b48d36cf6b3787296c85ac7930108d96a61;hb=261a90e3a7ca89560b502b474b0a062f9febf6c6;hp=b67603900e0923e9bf555c3bfb06c87db6cddb55;hpb=e9bf513397bb71afc80260e2c5da7856f47420c6;p=mkws-moved-to-github.git diff --git a/src/mkws-widget.js b/src/mkws-widget.js index b676039..d1c76b4 100644 --- a/src/mkws-widget.js +++ b/src/mkws-widget.js @@ -132,10 +132,12 @@ widget.autosearch = function(widget) { alert("This page has a MasterKey widget that needs a query specified by the '" + name + "' variable"); } } - } - if (query) { widget.team.queue("ready").subscribe(function() { + // Postpone testing for the configuration items: these are not + // yet set for Record subclass widgets that fill them in in the + // subclass, as widget.autosearch is called in the superclass, + // before the subclass fiddles with the configuration. var sortOrder = widget.config.sort; var maxrecs = widget.config.maxrecs; var perpage = widget.config.perpage;