projects
/
com.zyxware.civiwci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12e3226
)
#29762 fill color from db
author
Jagadedes
<jagadees.pillai@zyxware.com>
Thu, 23 Oct 2014 08:42:27 +0000
(14:12 +0530)
committer
Jagadedes
<jagadees.pillai@zyxware.com>
Thu, 23 Oct 2014 08:42:27 +0000
(14:12 +0530)
CRM/Wci/BAO/Widget.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Wci/BAO/Widget.php
b/CRM/Wci/BAO/Widget.php
index 4f6f0f4b6fdb7fdd79d3b8772a566af4e1b79dac..7b1111ae76ca6019cba503fc0a0b80029c428d28 100644
(file)
--- a/
CRM/Wci/BAO/Widget.php
+++ b/
CRM/Wci/BAO/Widget.php
@@
-157,6
+157,7
@@
class CRM_Wci_BAO_Widget extends CRM_Wci_DAO_Widget {
$data["custom_template"] = $dao->custom_template;
$data["widgetId"] = $widgetId;
$data["override"] = $dao->override;
+ $data["color_bar"] = $dao->color_progress_bar;
}
return $data;
}