Neeraj Singh

Results 30 comments of Neeraj Singh
trafficstars

I will take a look at this issue.

@frahugo thanks. that will be awesome.

It should be possible to create a new column that does not really exist as a column in the table. If you run into any problem then let me know...

I will look into this tonight.

You need to do following ``` AdminData.config do |config| config.find_conditions = {'User' => lambda {|params| {:conditions => ["cached_slug = ?", params[:id] ] } } } end ``` More information at...

create a new initializer admin_data.rb and in that initializer add the above mentioned line.

Closing this ticket. If it is still an issue then let me know.

@lukeseelenbinder actually we need both `stopImmediatePropagation` and `preventDefault`. `preventDefault` will let the event propagate. Test case is missing it but a good test case for this scenario will check for...