Error while saving weights for paths on page `admin/structure/path-breadcrumbs`:

PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ОШИБКА: ошибка синтаксиса в значении типа integer: "form_build_id" LINE 2: WHERE (path_id = 'form_build_id') ^: UPDATE path_breadcrumbs SET weight=:db_update_placeholder_0 WHERE (path_id = :db_condition_placeholder_0) ; Array ( [target] => default [return] => 2 [already_prepared] => 1 ) in path_breadcrumbs_ui_breadcrumbs_list_submit() (line 102 of /.../sites/all/modules/path_breadcrumbs/path_breadcrumbs_ui/path_breadcrumbs_ui.admin.inc).

Idea of patch to omit updating for every key in $form_state['values'] by adding parent “paths” to real path keys.

Comments

spleshka’s picture

Status: Needs work » Closed (fixed)

Thanks, commited at 11e8e8c.

spleshka’s picture

Issue summary: View changes

typo