Paweł Suwiński

Results 17 issues of Paweł Suwiński

Hi SS4 compatibility upgrade. I followed steps and considerations from docs on: - https://docs.silverstripe.org/en/4/upgrading/upgrading_module/ - https://docs.silverstripe.org/en/4/changelogs/4.0.0/ bypassed in most cases solving of any `@deprecated 5.0` and `TODO` parts. What is...

help wanted
silverstripe v4

**API Platform version(s) affected**: 3.3.2 / 3.2.21 / 3.1.28 `NumericFilter` does not sanitize values against SQL types limits, so for example filtered on `integer` type field with value out of...

Continuation of #498 that did not cover `undefined` meta param what happen in case of using pure RA Edit/Create component, ex.: https://github.com/marmelab/react-admin/blob/master/packages/ra-core/src/controller/edit/useEditController.ts#L159 Fix #555.

RFR

Overriding admin element by `admin` prop in HydraAdmin/ OpenApiAdmin (for example like here: https://github.com/api-platform/admin/issues/551#issuecomment-2095514796) works as expected however tsc compilation throws an error: `Property 'admin' does not exist on type...

RFR

Hi Is usage of magic `__construct()` in derived classes restricted by policy? Code: ``` # auth/emailotp/settings.php #(...) $settings->add(new class( 'auth_emailotp/minrequestperiod', get_string('minrequestperiod', 'auth_emailotp'), get_string('minrequestperiod_help', 'auth_emailotp') ) extends admin_setting_configtext { public function...

Operation `openapiContext` property is deprecated and will be removed in Api Platform Core 4.0. This PR allows transparent migration to `openapi` property, `s/openapiContext:/openapi:/` should be enough in a schema.yaml file....

Following RA ["Upgrading to v5"](https://marmelab.com/react-admin/Upgrade.html#editprops-and-createprops-now-expect-a-children-prop) it fixes `UseOnSubmitProps` type to not to require unused `children` prop.

RFR