Adrien Foulon

Results 434 comments of Adrien Foulon

Added a confirm to automatically create the migrations ![image](https://github.com/user-attachments/assets/c282bad9-e27d-451a-a531-342a923eab68) ![image](https://github.com/user-attachments/assets/8f9b520a-6293-483a-9eff-77d406f9575f)

![image](https://github.com/user-attachments/assets/c4e92479-6ae1-4d93-afa0-90bd267354cb) So apparently the slug table has grown to an incredible size (70Mb) with each entry having hundreds of duplicated non active slugs

Very likely yes, not sure if the PR solves it, but the issue should definitely because of the same thing, I have been looking at the query log and it...

Also just encountered this issue, the PR doesn't fix it entirely though getModuleNameByModel() is not working properly if the model has a different name than the module (which it could...

Even with all this changes, the issue is still not fixed, newly added relations do get the correct link, but not the ones that were loaded when loading the page...

There is another ``` 'edit' => $relatedElement->adminEditUrl ?? moduleRoute( $moduleName ?? $relation, $routePrefix ?? '', 'edit', $relatedElement->id ), ``` In handle browsers that needs to be replaced with `'edit' =>...

Thanks, there is still this https://github.com/area17/twill/pull/2533/files#diff-3b134878262a01ad247d37cebcf578142d170ece67db85d1c31b8d0831c29c71R204-R208 To change according to my last comment

This shouldn't possibly happen https://github.com/area17/twill/blob/5ad223769424986ae4ff7db727fcba3bdfe5296c/frontend/js/components/MultiSelect.vue#L91-L96 You don't happen to have a script that modifies Array.prototype.slice ? Edit: forgot that `String` also has the `slice` method, which is why that didn't...

$item is assumed to be a Model because it is coming from a relationship/query, which should absolutely have this method, why are you getting a stdClass instead of a model?...

This might be coming from this line which is doing something it shouldn't https://github.com/area17/twill/blob/3297066f3fc009b68c1c8238eee7494c05f9db9c/src/Repositories/BlockRepository.php#L46-L59