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

CommentFileSizeAuthor
#2 entity_print-3554244-schema.patch412 bytesjeffm2001
Command icon 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

jeffm2001 created an issue. See original summary.

jeffm2001’s picture

Status: Active » Needs review
StatusFileSize
new412 bytes

idebr made their first commit to this issue’s fork.

idebr’s picture

Status: Needs review » Reviewed & tested by the community

Added a merge request with the patch from #2

Patch works as expected.

phpunit failure unrelated

jsacksick made their first commit to this issue’s fork.

  • jsacksick committed 89630ac1 on 8.x-2.x authored by idebr
    fix: #3554244 Incorrect DPI schema
    
    By: jeffm2001
    By: idebr
    
jsacksick’s picture

Status: Reviewed & tested by the community » Fixed

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.