The Views "destination parameter" in the operations are not working, even when trying the original unedited View and disabling the custiom made ones. I checked everything to no avail.

Comments

3rdLOF’s picture

Every single link that is connected with Drupal Commerce and uses a destination gives me this error.

Notice: Undefined property: views_handler_field_field::$original_value in views_handler_field->render_text() (line 1118 of /var/www/drupal/sites/all/modules/contrib/views/handlers/views_handler_field.inc). Backtrace:
views_handler_field->render_text(Array) views_handler_field.inc:1065
views_handler_field->advanced_render(Object) theme.inc:352
template_preprocess_views_view_field(Array, 'views_view_field') theme.inc:1008
theme(Array, Array) views_handler_field.inc:1440
views_handler_field->theme(Object) views_plugin_style.inc:526
views_plugin_style->render_fields(Array) views_plugin_style.inc:431
views_plugin_style->render_grouping(Array, Array, 1) views_plugin_style.inc:326
views_plugin_style->render(Array) theme.inc:49
template_preprocess_views_view(Array, 'views_view') theme.inc:1008
theme(Array, Array) views_plugin_display.inc:2561
views_plugin_display->render() view.inc:1191
view->render() views_plugin_display_page.inc:229
views_plugin_display_page->execute() view.inc:1260
view->execute_display('admin_page', Array) views.module:475
views_page('products_vbo_', 'admin_page') 
call_user_func_array('views_page', Array) menu.inc:517
menu_execute_active_handler() index.php:21
3rdLOF’s picture

Just one more note: This happens also with the Product Display Manager, which I am guessing is Views-based in the background (?). Basically any commerce products link with destination that suppose to send the user back to prior page simply bounces back to admin/commerce/products. I even checked my aliases just in case somehow I had created one and forgotten about, but saw nothing. I checked my menus,..nothing.

I did find this single post from just a few days ago @ Views: http://drupal.org/node/1548240

rszrama’s picture

Category: bug » support
Status: Active » Closed (cannot reproduce)

I've tried to duplicate this but can't. You might check to make sure you're using the latest version of Commerce and Views, as maybe the issue was fixed elsewhere.