- 🇨🇦Canada joelpittet Vancouver
@heddn thanks for adding checkboxes support, any idea why it's not whitelisted and implicitly unsafe in the tests? Scouring the code didn't help discern why.
There are several issues that were created by users trying to use the module and marked postponed based on using the "render array" structure.
#3000005: Entity Reference and Taxonomy field →
#3002037: Proper URL naming convention for 8.x-2.x entity forms →
#2996126: Issue with entity reference →
#2994467: Problem with the new prepopulate service and entity reference fields →
It isn't obvious what the render array structure is when creating links for some use cases outlined there. For instance, it wasn't obvious that "edit[title][0][value]" wouldn't work for setting the node title because the render array tree is title > widget > 0 > value. It used to be easy to figure this out by looking at the name attribute on elements, but now a debugger is almost required.
I think it would greatly help developer experience to either
Fixed
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@heddn thanks for adding checkboxes support, any idea why it's not whitelisted and implicitly unsafe in the tests? Scouring the code didn't help discern why.