Henne Van Och

Results 14 issues of Henne Van Och

I see there is an integration with MQTT. Are you open to also support the WAMP protocol? see https://crossbar.io/docs/Getting-Started/ I am planning on making an integration with this protocol as...

The release-notes-generator is responsible of parsing commit messages into an object and writing release notes. There is currently no easy way of adding custom code to enhance the parsed commit...

**Summary** Be able to adjust time on a date time filter. This is a key feature to be able to give the same functionality on mobile as there is available...

bug
scheduled for implementation

**Summary** Websocket connection is not authenticated properly when changing password and refreshing the page. **Steps to reproduce** 1. Login 2. Open devtools 3. Change password of logged in user 4....

bug
scheduled for implementation

**Summary** When trying to export a datagrid with a non "ORM" datasource an exception is thrown in the export processor. **Steps to reproduce** Create a datagrid with array datasource and...

enhancement
open for contribution

**Summary** When exporting a datagrid, if the option `hide: true` is set, the export is empty for csv type. (an error is raised when using XLSX) **Steps to reproduce** Create...

When we use a SQLfunction inside the Group By statement in the datagrid we get the error `Cannot group by undefined identification or result variable`when applying a filter on a...

bug
open for contribution

**Summary** In `src/Oro/Bundle/DashboardBundle/EventListener/WidgetConfigurationLoadListener.php:64` "choice" is being used as type, but this does not work anymore in the current symfony version and should be changed to `Symfony\Component\Form\Extension\Core\Type\ChoiceType:class` **Steps to reproduce** Update...

**Summary** Query hints are applied before the "oro_datagrid.orm_datasource.result.before" is being called. (see src/Oro/Bundle/DataGridBundle/Datasource/Orm/OrmDatasource.php) That way if we add other stuff like the OrmDatasourceAclListener, which adds query hints for applying ACL...

It looks like there is no way to prefill the component with a previous data url?