greggles β credited collinhaines β .
collinhaines β created an issue.
collinhaines β created an issue.
collinhaines β created an issue.
collinhaines β created an issue.
collinhaines β created an issue.
collinhaines β created an issue.
collinhaines β created an issue.
Recreation steps with contrib module smart_trim β :
- Install standard profile, enable smart_trim module.
- Create a test view showing page content.
- Add the body field and in its formatter select Smart Trimmed.
The Browse available tokens link in newly generated More link section is generated based off the contrib token's token_tree_link
theme. Because #theme
s do not require #type
properties, this throws the undefined array key warning.
(This is also most likely reproduceable everywhere that formatter is placed, I just ran into it here.)
This appears to have been fixed in π Node revision table class attribute should be an array Fixed .
collinhaines β created an issue.
I found all instances of new Instances();
and replaced it with ClassResolverInterface::getInstanceFromDefinition()
.
It appears that on the SmartDateOverrideForm
, the form_builder
service was only being injected to be used as a constructor parameter. Since that was it's only usage and the controller initialization was replaced, I removed the form_builder
service from this form class.
collinhaines β created an issue.