You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an issue when doing searches on multiple columns. After a successful search on two columns I blank out one of the columns search boxes. Upon hitting enter I noticed that both original search parameters are still passed. This happens in Rails 2.3.4 and 2.3.2 with the latest build.
Recreating:
Create a grid with multiple columns
Fill in the search boxes on at least two of the columns and hit enter
Blank out one of the columns and hit enter.
Look in mongrel at what was passed and you will notice that the column you blanked out was still searched on.
Any suggestions?
The text was updated successfully, but these errors were encountered:
There is an issue when doing searches on multiple columns. After a successful search on two columns I blank out one of the columns search boxes. Upon hitting enter I noticed that both original search parameters are still passed. This happens in Rails 2.3.4 and 2.3.2 with the latest build.
Recreating:
Any suggestions?
The text was updated successfully, but these errors were encountered: