Re: [galaxy-dev] validator type="empty_field" is not working within repeat tags

2015-09-25 Thread John Chilton
Thanks for the bug report. This has been fixed by Dan with PR 798 for
version 15.07 if you deploy Galaxy via Git.

https://github.com/galaxyproject/galaxy/pull/798

-John


On Mon, Jun 1, 2015 at 9:17 AM, Anmol Hemrom  wrote:
> Hi,
>
> I was trying to enforce not to allow empty string as an input to text field.
> It is working outside the repeat tags but not working within repeat tags.
>
> 1) Working fine
>
> 
> 
> 
>
> 2) Not Working within repeat tags.
>
> 
> 
> 
> 
> 
>
> Thanks
>
> Anmol
>
> On Fri, May 29, 2015 at 2:00 PM, Dave Clements 
> wrote:
>>
>> Hi Anmol,
>>
>> The best place to post this question is the Galaxy Dev List
>> .  You can also search to see if anyone
>> has asked a similar question at https://galaxyproject.org/search/web/
>>
>> Thanks,
>>
>> Dave C
>>
>> On Fri, May 29, 2015 at 6:56 AM,  wrote:
>>>
>>> Hi,
>>>
>>> I was trying to enforce not to allow empty string as an input to text
>>> field. It is working outside the repeat tags but not working within repeat
>>> tags.
>>> 1) Working fine
>>>
>>> 
>>> 
>>> 
>>>
>>> 2) Not Working within repeat tags.
>>>
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>> Thanks
>>>
>>> Anmol
>>>
>>> _
>>> Sent from http://dev.list.galaxyproject.org
>>>
>>
>>
>>
>> --
>> http://galaxyproject.org/
>> http://getgalaxy.org/
>> http://usegalaxy.org/
>> https://wiki.galaxyproject.org/
>
>
>
> ___
> Please keep all replies on the list by using "reply all"
> in your mail client.  To manage your subscriptions to this
> and other Galaxy lists, please use the interface at:
>   https://lists.galaxyproject.org/
>
> To search Galaxy mailing lists use the unified search at:
>   http://galaxyproject.org/search/mailinglists/
___
Please keep all replies on the list by using "reply all"
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/

Re: [galaxy-dev] validator type=empty_field is not working within repeat tags

2015-06-01 Thread Anmol Hemrom
Hi,

I was trying to enforce not to allow empty string as an input to text
field. It is working outside the repeat tags but not working within repeat
tags.

1) Working fine

param name=input type=text label=Enter Name
validator type=empty_field/
/param

2) Not Working within repeat tags.

repeat name=test title=Test
param name=input type=text label=Enter Name
validator type=empty_field/
/param
/repeat

Thanks

Anmol

On Fri, May 29, 2015 at 2:00 PM, Dave Clements cleme...@galaxyproject.org
wrote:

 Hi Anmol,

 The best place to post this question is the Galaxy Dev List 
 galaxy-dev@lists.galaxyproject.org.  You can also search to see if
 anyone has asked a similar question at
 https://galaxyproject.org/search/web/

 Thanks,

 Dave C

 On Fri, May 29, 2015 at 6:56 AM, anmol...@gmail.com wrote:

 Hi,

 I was trying to enforce not to allow empty string as an input to text
 field. It is working outside the repeat tags but not working within repeat
 tags.
 1) Working fine

 param name=input type=text label=Enter Name
 validator type=empty_field/
 /param

 2) Not Working within repeat tags.

 repeat name=test title=Test
 param name=input type=text label=Enter Name
 validator type=empty_field/
 /param
 /repeat

 Thanks

 Anmol

 _
 Sent from http://dev.list.galaxyproject.org




 --
 http://galaxyproject.org/
 http://getgalaxy.org/
 http://usegalaxy.org/
 https://wiki.galaxyproject.org/

___
Please keep all replies on the list by using reply all
in your mail client.  To manage your subscriptions to this
and other Galaxy lists, please use the interface at:
  https://lists.galaxyproject.org/

To search Galaxy mailing lists use the unified search at:
  http://galaxyproject.org/search/mailinglists/