Frans Saris

Results 7 issues of Frans Saris

It is already possible to set a limit on the variants but solr also supports a sort option for the "grouped" results. Would be a nice addition to have this...

- Laravel version: 8.26.1 - RabbitMQ version: 3 - Package version: 11.1.1 **Describe the bug** After calling `queue:restart` the worker doesn't stop. **Steps To Reproduce** 1. Run `php artisan rabbitmq:consume`...

When you have a response looking like: ``` data => [ [ id: 1, type: returnables, relationships: { parent: [ id: 2, type: returnables, ] } ], [ id: 2,...

Currently the library doesn't support removing an `BelongsTo` relation. You can set the relation to `null` but this isn't send to the backend My current fix: ``` /** * Fix...

When you json data holds attributes with `null` values these are not translated into the properties of the model ``` public transformSerializedNamesToPropertyNames(modelType: ModelType, attributes: any) { const serializedNameToPropertyName = this.getModelPropertyNames(modelType.prototype);...

Not 100% this is how it should work. But IMO `UrlRewritingHook::encodeSpURL_cHashProcessing()` should exclude `$GLOBALS['TYPO3_CONF_VARS']['FE']['cHashExcludedParameters']` from the parameter check to determine if chash still needs to be added to the url.