commit/galaxy-central: guerler: ColorPicker: Use lower case values
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/4b024e277fc5/ Changeset: 4b024e277fc5 User: guerler Date: 2015-02-13 01:42:56+00:00 Summary: ColorPicker: Use lower case values Affected #: 1 file diff -r a48be42539e27d35476ebaf8bea9f30fe09d65bc -r 4b024e277fc5d89a93cc6a7919b8baf0bf5d094a lib/galaxy/tools/parameters/basic.py --- a/lib/galaxy/tools/parameters/basic.py +++ b/lib/galaxy/tools/parameters/basic.py @@ -661,7 +661,7 @@ return form_builder.HiddenField( self.name, self.value ) def get_initial_value( self, trans, context, history=None ): - return self.value + return self.value.lower(); ## This is clearly a HACK, parameters should only be used for things the user ## can change, there needs to be a different way to specify this. I'm leaving 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.
participants (1)
-
commits-noreply@bitbucket.org