Sammy Larbi
Sammy Larbi
I really should have just looked via search before I asked. :smile: But I wanted to know basically where is it failing. It looks like CPK only use that pluralized...
I'm having the same issue.
Looking at the code, I see it is looking for tbody: https://github.com/chestercharles/excel-bootstrap-table-filter/blob/master/dist/excel-bootstrap-table-filter-bundle.js#L286 I added tbody and thead tags, and now it works.
What's happening is that the query_formatting method is replacing "-" with "through", regardless of any other date information. Then the query_pre_processing method changes that to "today through" which is where...
I wrote a couple of tests for this. I'm interested in fixing it, and my thought was to do something like this: ``` replace_hyphens if date_info_present? ... nsub!(/^(through|until)/,'today through') if...
I'm having the same issue, but not necessarily only on classes. For instance: ``` if @user.update_attributes(params[:user]) format.html { redirect_to(@user, :notice => 'User was successfully updated.') } format.xml { head :ok...
What is the problem?