Fix bug #11399 Column alias was lost during view preraration.
New item created in find_field_in_table() to fix view's item, was created without taking into account original item's alias. This patch checks if alias is set to the original item and if so sets it to newly created item.
Showing
Please register or sign in to comment