mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
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:
parent
2c44f83453
commit
5ca09cdf09
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue