Niek Brekelmans

Results 7 issues of Niek Brekelmans

List project access tokens was already possible, but retrieving one project access token by id was not. This adds the endpoint 'Get a project access token' as can be found...

Fixes tomhatzer/nova-slug-field#26 shows help text on both TextWithSlug and Slug fields

The closure in the route has been moved to a controller to allow serialization/caching routes

Use the disk in the value rather than the default disk of the system

If no fields have been filled in (and no fields are required), `$this->form_data = null`, which throws an exception. This fixes that bug

I have added an option to the `LogOptions` in order to disable retrieving a fresh copy of the model. The default behavior is unchanged. This can be useful if database...

enhancement

Since #1295 was closed, here is a more simple implementation to split some logic to a separate method. This allows overwriting the method.