goraxan

Results 9 issues of goraxan

Added configurable useragent

I'm trying to call a Keycloak server that returns a 403 Forbidden if the `User-Agent` header is not set. Unfortunately I can't change the server configuration, so that it accepts...

Is it possible to (partially) validate the codice fiscale without setting the belfioreCode?

help wanted

My use case is a user which creates user invitation entries, which have a randomly generated activation code (among other fields like email, firstname, lastname,...). This activation code should be...

Due to how the Craft fields service handles layout updates (they delete the layout and re-create it every time https://github.com/craftcms/cms/blob/master/src/services/Fields.php#L1248) the permissions attached to one field get deleted every time...

### Describe the bug After installing Craft Commerce (v4.2.4) I've noticed that the "Products" menu entry is missing, it only shows up if I disable the cp-nav plugin. Looks like...

### Describe the bug Is it possible to order supertable blocks by the title of an entry field? First I've tried to do `entry.ffE.orderBy('material.title').all()` but I get an error saying...

### Describe the bug I have a Supertable field with an Asset field inside. The Supertable field is added as a Vizy block. When fetched via GraphQL, the asset is...

When trying to access a parent property for a newly created ActiveRecord, the whole server crashes without any error. It's working fine with the 2.0.44 version. I've tried with php...