Problem/Motivation
While editing tmgmt translations jobs via admin/tmgmt/jobs/xx i get the following error.
Notice: Undefined index: weight in Drupal\tmgmt_content\Plugin\tmgmt\Source\ContentEntitySource->Drupal\tmgmt_content\Plugin\tmgmt\Source\{closure}() (line 192 of modules/contrib/tmgmt/sources/content/src/Plugin/tmgmt/Source/ContentEntitySource.php).
Drupal\tmgmt_content\Plugin\tmgmt\Source\ContentEntitySource->Drupal\tmgmt_content\Plugin\tmgmt\Source\{closure}('metatag', 'field_paragraphs')
In case of hte fields mentioned in the notice, the weight is not available.
Proposed resolution
Check for existing array key weight and fix the PHP notice.
Comments
Comment #3
steffenrComment #6
berdirMake sense, merged.
Comment #7
berdir