Add Feature: system timelines will be showing any modification for duat startat endat receivedat, also notification to the watchers and if card is due, watchers will be notified

This commit is contained in:
Sam X. Chen 2019-07-09 16:47:48 -04:00
parent 2c44f83453
commit 5ca09cdf09

View file

@ -7,7 +7,7 @@ Meteor.startup(() => {
if (quoteParams[key]) quoteParams[key] = `"${params[key]}"`;
});
['timeValue', 'timeOldValue'].forEach(key => {
if (quoteParams[key]) quoteParams[key] = `${params[key]}`;
quoteParams[key] = quoteParams[key] ? `${params[key]}` : '';
});
const lan = user.getLanguage();