1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/6495ceccc87d/ Changeset: 6495ceccc87d User: jeremy goecks Date: 2014-03-16 05:06:07 Summary: Trackster: fix bug in edff37d that prevented naming and saving new track visualization. Affected #: 1 file diff -r 6f0f77a940fc4966ce5534a06866ae57899dd867 -r 6495ceccc87d467f73d76e21f801acc78934fc8f static/scripts/viz/trackster/tracks.js --- a/static/scripts/viz/trackster/tracks.js +++ b/static/scripts/viz/trackster/tracks.js @@ -894,12 +894,13 @@ // Define track configuration this.config = config_mod.ConfigSettingCollection.from_models_and_saved_values( [ + { key: 'name', label: 'Name', type: 'text', default_value: '' }, { key: 'a_color', label: 'A Color', type: 'color', default_value: "#FF0000" }, { key: 'c_color', label: 'C Color', type: 'color', default_value: "#00FF00" }, { key: 'g_color', label: 'G Color', type: 'color', default_value: "#0000FF" }, { key: 't_color', label: 'T Color', type: 'color', default_value: "#FF00FF" }, { key: 'n_color', label: 'N Color', type: 'color', default_value: "#AAAAAA" } - ], obj_dict.prefs); + ], { name: obj_dict.name }); }, render: function() { Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.