mirror of
https://github.com/wekan/wekan.git
synced 2026-02-19 14:38:06 +01:00
Merge branch 'master' of https://github.com/wekan/wekan into search
This commit is contained in:
commit
2930e9cadb
9 changed files with 22 additions and 13 deletions
|
|
@ -250,7 +250,7 @@ if (Meteor.isServer) {
|
|||
if (customField.name) {
|
||||
params.customField = customField.name;
|
||||
}
|
||||
if (actitivy.value) {
|
||||
if (activity.value) {
|
||||
params.customFieldValue = activity.value;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue