Searched +full:due +(+path:plugin +path:do) -(+path:plugin +path:do +path:lang) (Results 1 – 1 of 1) sorted by relevance
123 * @param {string} due the task's due date, undefined for autodetect128 buildTitle: function ($applyto, assignees, due, closedby, closedon) { argument147 // determine due date148 if (!due) {149 var $due = $applyto.first().find('span.plugin_do_meta_date');150 if ($due.length === 0) {151 $due = $applyto.parent('td').parent().first().find('td.plugin_do_date');153 due = PluginDo.stripTags($due.length ? $due.html() : '');155 if (due !== '') {158 var newTitle = PluginDo.getLang('title' + titelNo, assignees.join(', '), due);[all …]