- First commit to issue fork.
- Assigned to himanshu_jhaloya
- Issue was unassigned.
- Status changed to Needs review
9 months ago 12:32pm 21 February 2024 - 🇮🇳India himanshu_jhaloya Indore
Created the MR. fixed the issue. Please Review.
Does not work with drupal 10, php 8.2.12
Install drupal 10. Install only Custom Formatters.
Go to /admin/structure/formatters.
Page displays two empty lines of table with operation buttons and create 4 warnings: First one is
Warning: Undefined array key "" in Drupal\custom_formatters\FormatterListBuilder->buildRow() (line 70 of /home/tmmservices/subdomains/peter/modules/custom_formatters/src/FormatterListBuilder.php)
Delete empty lines. Warnings disappeared.
Click add Formatter. Page displayed options (Formatter preset...).
Click on any options created warning and error:
Warning: Undefined property: Drupal\Core\Config\ConfigManager::$ConfigManagerInterface in Drupal\custom_formatters\Entity\Formatter->getDependentEntities() (line 107 of /home/tmmservices/subdomains/peter/modules/custom_formatters/src/Entity/Formatter.php)
Error: Class name must be a valid object or a string in Drupal\custom_formatters\Entity\Formatter->getDependentEntities() (line 107 of /home/tmmservices/subdomains/peter/modules/custom_formatters/src/Entity/Formatter.php).
Needs review
4.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Created the MR. fixed the issue. Please Review.