Experimental: Interface to Move Posts to an Existing Topic

This commit is contained in:
Robin Ward
2013-05-08 13:33:58 -04:00
parent f8e8538e19
commit cf01c98d81
24 changed files with 511 additions and 151 deletions

View File

@ -171,7 +171,6 @@ module Search
end
# Remove attributes when we know they don't matter
row.delete('id')
if type == 'user'
row['avatar_template'] = User.avatar_template(row['email'])
end