#202: Deploy Data Builder at each GPC site
----------------------------------+-----------------------------------
Reporter: dconnolly | Owner: dconnolly
Type: task | Status: assigned
Priority: major | Milestone: bc-survey-cohort-def
Component: data-sharing | Resolution:
Keywords: breast-cancer-cohort | Blocked By:
Blocking: |
----------------------------------+-----------------------------------
Changes (by dconnolly):
* priority: minor => major
Comment:
Looks like it's time to make a new release. The chrome fix is ec3328396f9f
Thu Nov 06 (noted in ticket:87#comment:69)
{{{
diff --git a/DFBuilder/tool_widgets.js b/DFBuilder/tool_widgets.js
--- a/DFBuilder/tool_widgets.js
+++ b/DFBuilder/tool_widgets.js
@@ -172,7 +172,8 @@
this.startFishing();
- backend = pop(params, 'backend') == 'builder' ? this.builder
: this.rgate;
+ var backend = pop(params, 'backend') == 'builder' ?
+ this.builder : this.rgate;
backend.post(params, show_results, show_error);
};
}}}
Re `icefish2.gif`, see ticket:87#comment:56. It's not used in the new data
builder design; I should get rid of the broken reference.
--
Ticket URL:
<http://informatics.gpcnetwork.org/trac/Project/ticket/202#comment:17>
gpc-informatics <http://informatics.gpcnetwork.org/>
Greater Plains Network - Informatics
_______________________________________________
Gpc-dev mailing list
[email protected]
http://listserv.kumc.edu/mailman/listinfo/gpc-dev