Open professor opened 10 years ago
When a user edits a Page, the object is saved to record who is editing it to prevent multiple concurrent editors. When the save occurs, the search index is unnecessarily called via after_save. update_search_index. Consider guarding against this.
When a user edits a Page, the object is saved to record who is editing it to prevent multiple concurrent editors. When the save occurs, the search index is unnecessarily called via after_save. update_search_index. Consider guarding against this.