Thom Heymann
Thom Heymann
References to source map files are not replaced correctly in javascript files. ## Source - main.js - main.js.map ``` //# sourceMappingURL=main.js.map ``` ## Result - main.cache.932cf80c.js - main.js.cache.c3c6e6c9.map ``` //#...
[enhancement/bug/1.3x] the plugin fails if you play around with the default directory structure a little.. for instance i've used the following: --- ``` MEDIA: */app/media/* MEDIA_TRANSFER: */app/media/transfer/* MEDIA_FILTER: */app/webroot/files* MEDIA_STATIC:...
Follow up to #6900 ## 1. Ability to group filters There are a lot of management screens in Kibana that group related filters together for better visual clarity. In order...
`EuiFormRow` automatically generates an id to link together field label with field input. This works fine in production and dev. However, in a test environment this functionality is disabled and...