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
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.
The text was updated successfully, but these errors were encountered:
Gorthi
changed the title
Search and reset not working
ActiveScaffold.replace_html not working
Jun 25, 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.
The text was updated successfully, but these errors were encountered: