ddavisqa / google-refine

Automatically exported from code.google.com/p/google-refine
0 stars 0 forks source link

"Ignore" and "Skip" fields in the "Create a New Project" form have the same input[name] #311

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Inspect the "Advanced Options" part of the "Create a New Project" form.

What is the expected output? What do you see instead?
Expected:
<input type="text" id="ignore-input" name="ignore" size="5" value="0">
...
<input type="text" id="skip-input" name="skip" size="5" value="0">
Actual:
<input type="text" id="ignore-input" name="ignore" size="5" value="0">
...
<input type="text" id="skip-input" name="ignore" size="5" value="0">

What version of Google Refine are you using?
svn, revision 1988

What operating system and browser are you using?
Mac OS X, Chrome

Is this problem specific to the type of browser you're using or it happens
in all the browsers you tried?
All.

Please provide any additional information below.

I am trying to automate creating projects, and it seems like two logically 
different options should have different names.

Original issue reported on code.google.com by leif.poo...@digitalscientists.com on 21 Jan 2011 at 8:01

GoogleCodeExporter commented 8 years ago
That's a simple change, but in the mean time, can't you just use the id?  
They're different between the two fields.

Original comment by tfmorris on 22 Jan 2011 at 6:01

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 4 Feb 2011 at 2:31

GoogleCodeExporter commented 8 years ago

Original comment by tfmorris on 9 Jun 2011 at 7:58