Mayank Patel

Results 2 issues of Mayank Patel

## Steps to reproduce ## Current Behavior My Field configuration ``` @property({ type: 'string', required: true, jsonSchema: { minLength: 2, transform: ['trim'], }, }) name: string; ``` `this.repository.create({ name: '...

bug
Repository

Currently i am trying to access PDF with params and it's not working. if I am opening a PDF without passing params it works. **Working**: uploads/tx_multishop/images/cmsfiles/61b9a1b55e1df.pdf **Not Working**: uploads/tx_multishop/images/cmsfiles/61b9a1b55e1df.pdf?_gl=1*fpdze9 Configuration...