- First commit to issue fork.
- Status changed to Needs review
7 months ago 5:35am 20 May 2024
These two errors (both in beautytips_manager.module) are logged:
Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: You have requested a non-existent service "path.alias_manager.cached". Did you mean this: "path.alias_manager"?
Line 214: ArgumentCountError: Too few arguments to function Drupal\Component\Render\FormattableMarkup::__construct(), 1 passed
Install module, add a new Custom Tip. Assign it to only render on a certain page. The code with the call to Drupal::service('path.alias_manager.cached') is only executed when a tip is defined to be limited to certain pages.
I have the start of a patch attached.
The code to match the path of the tooltip isn't quite right yet. This patch does get it to function for tooltips not specifying a path.
Needs review
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.