GetDKAN / dkan

DKAN Open Data Portal
https://dkan.readthedocs.io/en/latest/index.html
GNU General Public License v2.0
366 stars 170 forks source link

Error when editing menu items #812

Closed ergonlogic closed 6 years ago

ergonlogic commented 8 years ago

Description

There appears to be a bug in the (Entity)Reference Field Synchronization module. It crops up when saving menu items. It throws the following error:

Notice: Undefined property: stdClass::$original in ref_field_sync_entity_update() ...

Steps to Reproduce

Editing a menu item (admin/structure/menu/item/MLID) will result in the following issue: https://www.drupal.org/node/2631436

Note that we're translating the menu items as well, enabling locale.module, etc. may be required in order to replicate the issue.

Acceptance Criteria

The module in question appears semi-abandoned. So, applying the patch I uploaded to the issue referenced above in dkan's makefile should resolve the issue cleanly.

Test Updates

Documentation Updates

janette commented 8 years ago

I can not reproduce the issue.

steps I took: drush dl i18n drush en locale, i18n, i18n_menu added Spanish language edited and translated several menu items no errors

janette commented 8 years ago

@ergonlogic can you provide more details if you are still experiencing this issue.

kimwdavidson commented 6 years ago

Cannot reproduce. Closing.