summaryrefslogtreecommitdiffstats
path: root/client/components/rules/actions/cardActions.js
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2018-09-14 16:49:06 +0200
committerAngelo Gallarello <angelo.gallarell@gmail.com>2018-09-14 16:49:06 +0200
commitfc73dc5bbcbbd203efc4f10ecb4bd1a66e0d9efb (patch)
treef1c2af072fb0c80ea031188f53cdf2c9f23efbf4 /client/components/rules/actions/cardActions.js
parente649c79bb71140a15f8e65fdb98ecb367469c0b7 (diff)
downloadwekan-fc73dc5bbcbbd203efc4f10ecb4bd1a66e0d9efb.tar.gz
wekan-fc73dc5bbcbbd203efc4f10ecb4bd1a66e0d9efb.tar.bz2
wekan-fc73dc5bbcbbd203efc4f10ecb4bd1a66e0d9efb.zip
Refactoring rules description
Diffstat (limited to 'client/components/rules/actions/cardActions.js')
-rw-r--r--client/components/rules/actions/cardActions.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/components/rules/actions/cardActions.js b/client/components/rules/actions/cardActions.js
index 571020a8..3f4b4442 100644
--- a/client/components/rules/actions/cardActions.js
+++ b/client/components/rules/actions/cardActions.js
@@ -5,7 +5,6 @@ BlazeComponent.extendComponent({
labels(){
const labels = Boards.findOne(Session.get('currentBoard')).labels;
- console.log(labels);
for(let i = 0;i<labels.length;i++){
if(labels[i].name == "" || labels[i].name == undefined){
labels[i].name = labels[i].color.toUpperCase();