Sami Mazouz

Results 63 issues of Sami Mazouz

``` mount-redraw.js:15 TypeError: Cannot read properties of undefined (reading 'icon') at e.n.widget (WidgetEditor.tsx:201) at e.n.layoutWidget (WidgetEditor.tsx:220) at WidgetEditor.tsx:65 at Array.map () at e.n.editor (WidgetEditor.tsx:65) at e.n.content (WidgetEditor.tsx:35) at e.n.sections (ExtensionPage.js:96)...

bug

Support multi insertable widgets.

type/feature

Such as title, icon, description ..etc

type/feature

**Fixes #3990** **Changes proposed in this pull request:** Adds some minimal frontend tests to more easily catch introduced issues. These are kept minimal so as not to hamper future development...

type/infrastructure

While tests are very helpful, too many tests, or too intensive tests make the code hard and more cumbersome to change. So what we need are rather basic tests for...

2.0 brainstorm

We have a use case where we need to enable linkage for a ToMany relation, but only when the Show endpoint is related to the resource itself and not another...

Isolating the checking of the current CRUD context into the context object can be helpful in our case since we implement our own separate Create endpoint class that does not...

It would be nice to be able to use these methods for mutation since a use case (like ours) can be extensibility, so modifying what was already set by default....

Fixes an issue when using the `$context->withRequest` method. The method fails because it attempts to assign a `null` value to string property `$path`.

**Closes #43** ![image](https://github.com/user-attachments/assets/5f655155-3c80-4a40-b2ff-4470fa2c2eb3) ![image](https://github.com/user-attachments/assets/f770e7bf-4f8e-47b7-bc8d-875cb33bd6c7) ![image](https://github.com/user-attachments/assets/1dba4ec8-dfb9-49de-8abd-0c9d2727e226)