# preload users, tags and comments, and render result
@changesets = changesets.preload(:user, :changeset_tags, :comments)
# preload users, tags and comments, and render result
@changesets = changesets.preload(:user, :changeset_tags, :comments)
@comments = @comments.unscope(:where => :visible) if params[:show_hidden_comments].presence && can?(:restore, ChangesetComment)
@comments = @comments.includes(:author)
end
@comments = @comments.unscope(:where => :visible) if params[:show_hidden_comments].presence && can?(:restore, ChangesetComment)
@comments = @comments.includes(:author)
end
check_changeset_consistency(@changeset, current_user)
@changeset.update_from(new_changeset, current_user)
check_changeset_consistency(@changeset, current_user)
@changeset.update_from(new_changeset, current_user)