Support from Acquia helps fund testing for Drupal Acquia logo

Comments

nehakhadke created an issue. See original summary.

nehakhadke’s picture

FileSize
4.89 KB

robertragas’s picture

Thanks for the patch.

robertragas’s picture

Status: Needs review » Fixed
robertragas’s picture

Status: Fixed » Needs work

Re-opened and reverted patch because of crash it produces.

Error: Call to undefined method Drupal\yoast_seo\YoastSeoFieldManager::t() in Drupal\yoast_seo\YoastSeoFieldManager->setFieldsConfiguration() (line 274 of /yoast_seo/src/YoastSeoFieldManager.php) #0

dhruveshdtripathi’s picture

Assigned: Unassigned » dhruveshdtripathi

class YoastSeoFieldManager in /src/YoastSeoFieldManager.php does not extend any other class, so t() functions in that class will not be replaced. Working on it.

dhruveshdtripathi’s picture

I've created patch from scratch. Please run tests before committing.

robertragas’s picture

Great! This one isn't giving any errors. Thanks.

robertragas’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

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