I guess these are technically bugs, but there are no negative side effects. So more of a code clean up.

DatabaseTransaction::rollback() does not have any arguments and there are two watchdog keys specified.

watchdog_exception('fieldable_panels_panes', $e);
watchdog_exception('fieldable_panels_pane', $e);

Comments

dave reid’s picture

Status: Needs review » Needs work

Let's standardize on the watchdog type of 'fieldable_panel_pane' which is used more through the module and matches the entity type. Otherwise this looks good.

alan d.’s picture

re-roll :)

dave reid’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.