From e695e8d162ca04f41694a525e93ced1b9d23a85b Mon Sep 17 00:00:00 2001 From: zsloan Date: Tue, 16 Aug 2016 20:30:38 +0000 Subject: Users can now select specific traits from collection when using collection tools (correlation matrix, wgcna, etc) To do the above, changed the way form submission worked for those features; previously each feature had its own form, but that was dumb so instead I wrote a javascript function that just changed a single form's target url Duplicate traits can no longer by added to collections Fixed the digits for a few table columns in collection (additive effect, etc). --- wqflask/base/trait.py | 1 - 1 file changed, 1 deletion(-) (limited to 'wqflask/base') diff --git a/wqflask/base/trait.py b/wqflask/base/trait.py index 9566c192..f18481a8 100644 --- a/wqflask/base/trait.py +++ b/wqflask/base/trait.py @@ -116,7 +116,6 @@ class GeneralTrait(object): return stringy - def display_name(self): stringy = "" if self.dataset and self.name: -- cgit v1.2.3