mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Comment out error message of non-existing Custom Field.
Thanks to xet7 ! Related #5684
This commit is contained in:
parent
38e57d3635
commit
908a5fc60d
1 changed files with 1 additions and 1 deletions
|
|
@ -535,7 +535,7 @@ Cards.helpers({
|
||||||
|
|
||||||
// Check if oldCf is undefined or null
|
// Check if oldCf is undefined or null
|
||||||
if (!oldCf) {
|
if (!oldCf) {
|
||||||
console.error(`Custom field with ID ${cf._id} not found.`);
|
//console.error(`Custom field with ID ${cf._id} not found.`);
|
||||||
return cf; // Skip this field if oldCf is not found
|
return cf; // Skip this field if oldCf is not found
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue