Merge branch 'master' of https://github.com/wekan/wekan into search

This commit is contained in:
John Supplee 2021-02-26 14:49:53 +02:00
commit 2930e9cadb
9 changed files with 22 additions and 13 deletions

View file

@ -250,7 +250,7 @@ if (Meteor.isServer) {
if (customField.name) {
params.customField = customField.name;
}
if (actitivy.value) {
if (activity.value) {
params.customFieldValue = activity.value;
}
}