Project description should be processed with coercion instead of hooks #63006
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
In order to convert description to _description_html we use the
parse_markdown
hook. This should not happen, as we rely on_normalize_coerce_markdown
to generate html from markdown for all other fields.This works for nodes, but seems to not work for projects.
Added subscriber: @fsiddi