Jon Geerars

Results 7 comments of Jon Geerars

We host images on a different domain and we're having the same issue. Even with headers set to `Access-Control-Allow-Origin: *` and `croppingConfigs(['cross-origin' => 'anonymous'])` we still cannot crop. What else...

@buchkovsky Latest Nova version upgrade (4.17.1) seems to break your fork: `[2022-10-31 11:56:23] local.ERROR: Method App\Nova\BookCharacter::removeNonUpdateFields() does not exist {"userId":1,"exception":"[object] (ReflectionException(code: 0): Method App\\Nova\\BookCharacter::removeNonUpdateFields() does not exist at /home/jon/PhpstormProjects/laravel-scholieren/vendor/handleglobal/nova-nested-form/src/NestedFormSchema.php:198)` Nova...

We recently switched to Google Analytics 4 and were provided with a new ID. This new ID starts with `G-`, in stead of `GTM-`. As a result our app breaks....

When I try to add the inline()-method to a HasMany-field we only get a few of the fields from the corresponding resource. For example only one Boolean when we have...

For what it's worth: we've fixed this by forking and adding `v-if="$parent.resource.authorizedToView"` to [IndexField.vue](https://github.com/dillingham/nova-detail-link/blob/master/resources/js/components/IndexField.vue)