Markdown module not working properly. Text format edit page is broken. After applying below patches now getting error on saving text format.
Patches:
https://git.drupalcode.org/project/markdown/-/merge_requests/22/diffs.patch
https://git.drupalcode.org/project/markdown/-/merge_requests/29/diffs.patch
Error:
Symfony\Component\Validator\Exception\LogicException: The LangcodeRequiredIfTranslatableValues constraint can only operate on the root object being validated. in Drupal\Core\Config\Plugin\Validation\Constraint\LangcodeRequiredIfTranslatableValuesConstraintValidator->validate() (line 26 of /var/www/docroot/core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/LangcodeRequiredIfTranslatableValuesConstraintValidator.php).
How to reproduce:
1. Install module via composer
2. Apply patches.
3. Go to text formats and save.
Issue fork markdown-3466341
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
malcomio commentedThis seems to be very similar to #3463119: Error when saving text format - configuration property id doesn't exist and also possibly related to #3409277: SubformState incorrect interface error
Comment #3
aaron.ferris commentedComment #7
joelpittetI'll close this as outdated as it seems to be related to other patches being applied. Feel free to correct me if you are still experiencing this. I hope to make a minor release soon.