Home
last modified time | relevance | path

Searched refs:closedon (Results 1 – 1 of 1) sorted by path

/plugin/do/scripts/
H A DPluginDo.js125 * @param {string} closedon when was the task closed, undefined for not closed, yet
128 buildTitle: function ($applyto, assignees, due, closedby, closedon) { argument
161 if (closedon) {
162 newTitle += ' ' + PluginDo.getLang('done', closedon);
362 closedon = null;
381 closedon = response;
387 PluginDo.buildTitle($dotags, [], '', closedby, closedon);