Mads Lie Jensen

Results 7 comments of Mads Lie Jensen

I was hit by this too. My own options, set in the scope, was not applied. Adding an ng-if="tinymceOptions" to the tag with the ui-tinymce would make my options work....

How do I do a squash from my end? Googled, and found some pages mentioning squashing (ie. https://help.github.com/articles/about-pull-request-merges/) but that seems to be something that is done when merging the...

The problem seems to be this piece of code: ``` getReferences(fields, withRemoteComplete, optimized = null) { let references = fields.filter(f => f.type() === 'reference' || f.type() === 'reference_many'); ``` from...

I have this error too. Using api-platform/core 3.1.22 is working, but if upgrading to api-platform/core 3.2, I get the error. When on api-platform/core 3.1.22 and the admin is calling /api,...

It somehow has to do with the enabled formats for the api-platform resources. I do not know what exactly, but in 3.1, the returned data is in application/ld+json, where as...

I have published a fork of this package, called @palustris/react-admin-color-input. My package contains this change, but also a few others, ie. easier navigation using the keyboard.

> @gartner Thank you very much for your updated version. Maybe you can add support for empty values in ColorField. Currently it crashes because of ColorDot "TypeError: Cannot read property...