Fixed
Details
Details
Assignee
Frederic Altorfer
Frederic Altorfer(Deactivated)Reporter
Former user
Former user(Deactivated)Components
Fix versions
Affects versions
Priority
Created July 20, 2009 at 10:12 AM
Updated February 15, 2011 at 3:39 AM
Resolved February 15, 2011 at 3:39 AM
When I try to edit a filter, I naturally press ENTER to submit the new filter. However, this ENTER activates the Clear Filter form so I end up reloading the page with no filter.
I found a way round this by changing line 319 of /farcry/core/tags/formtools/objectadmin.cfm from
<ft:farcryButton value="clear filter" />
to
<ft:farcryButton value="clear filter" type="button" />
Could this be put into future code releases so that the Filter system is easier to use?