Richard van Laak
Richard van Laak
When available in the branch name, what about referencing the Jira ticket number in the commit message as well?
The new API could allow a scenario I'd like to propose, which is based on https://www.transifex.com/lp/transifex-live/ - [x] Authorization via configurable API key per project - #4974 - [x] Authorization...
It seems that Refine.dev closely relates to React Admin, but does support many of the features that React Admin is missing and follows a different commercial model by not charging...
**Description** Entities can be marked as readonly. The ApiResource operations could respect that, and by default not include the write-related operations. **Example** ```
**Description** For many of my resources, I've overridden the ApiResource operations to not include the `Delete` operation. The Api Platform React Admin resource edit form still shows the DeleteButton at...
The XLIFF format allows developers to add notes. http://translate-toolkit.readthedocs.org/en/latest/formats/xliff.html Translators can use the notes to get a better context about the translation. As the toolkit allows to add notes, wouldn't...
**API Platform version(s) affected**: 4.2.2 (after having updated from 4.1.23) **Description** The JSON LD schema of a resource's simple output DTO seems to now consider an array of strings as...
**API Platform version(s) affected**: x.y.z 4.1.17 **Description** When a constructor argument gets defined that has the same name as the class's field, in which the constructor argument gets used to...
**API Platform version(s) affected**: 4.1.0 **Description** On Cloudflare we enabled HSTS to have strict https everywhere. The React Admin does fetch the docs.jsonld from http though. This results in a...
https://api-platform.com/docs/admin/validation/ currently states some details on how client and server side validation can be added. In situations where we are not using React Admin but do want to leverage the...