Problem/Motivation
After changing print engines, I began getting test failures:
[entity_print.print_engine.dompdf:settings.dpi] => missing schema
The cause that in the schema dpi is set to the type "number" which is not valid. Needs to be integer.
Steps to reproduce
Proposed resolution
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | entity_print-3554244-schema.patch | 412 bytes | jeffm2001 |
Issue fork entity_print-3554244
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
jeffm2001 commentedComment #5
idebr commentedAdded a merge request with the patch from #2
Patch works as expected.
phpunit failure unrelated
Comment #8
jsacksick commented