Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActiveScaffold.replace_html not working #598

Open
Gorthi opened this issue Jun 22, 2018 · 2 comments
Open

ActiveScaffold.replace_html not working #598

Gorthi opened this issue Jun 22, 2018 · 2 comments

Comments

@Gorthi
Copy link

Gorthi commented Jun 22, 2018

Hi, I am using active_scaffold 3.5.1 with rails 5.1.6. when I try to search for an entry in a table it displays the search results (status code 200) but also displays "Request Failed" error message. The response returned has Activescaffold.replace_html with "<p class="error-message message server-error" style="display:none;">\n Request Failed\n <a href="#" class="close" title="Close">Close</a>\n </p>"
Can you please tell me why request failed is being displayed even when search results are being displayed?
ActiveScaffold.replace_html is not working.

@Gorthi Gorthi changed the title Search and reset not working ActiveScaffold.replace_html not working Jun 25, 2018
@scambra
Copy link
Member

scambra commented Nov 26, 2018

I can't reproduce with master, can you try updating to 3.5.3 or master branch?

@juampe
Copy link

juampe commented May 19, 2019

Adding this to Gemfile solves the problem in rails 5.3.x

gem 'jquery-rails'
gem 'jquery-ui-rails'
gem 'jrails'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants