Quentin Renard

Results 96 comments of Quentin Renard

Hi @csrui, thanks for identifying this! We'll take a look at Node.js 17 support.

For additional context, pasting a screenshot of my response to this same issue on Discord a couple days ago: ![IMG_20220909_100734](https://user-images.githubusercontent.com/708498/189303265-8aa6d027-fc42-4995-a7dc-939128c94928.jpg)

Hi @gglerum, I'm a bit surprised about this, is your MySQL db using the MyISAM engine instead of InnoDB, potentially?

Hi @MauricioKruijer, no, you don't need a `vue.config.js` file at the root of your project. The test @haringsrob mentioned was done in the vendor one.

We can make this easier and better, but there is another way without disabling revisions: returning an empty array of revisions to the UI, using `formData`. The current UX requires...

I was only providing a way to achieve what you were looking for because what you are describing requires internal changes to the UX, so it is not as simple...

What you describe about the form when restoring a revision is also pretty much the existing behavior, it loads the form with a message indicating to the user that they...

A solution for this was provided by @pboivin on Discord for another developer in the past: > You can copy this file into your project: https://github.com/area17/twill/blob/2.x/views/layouts/free.blade.php in `resources/views/admin/layouts/free.blade.php` > Edit...

We should however address this by loading custom components in the build for free pages.

Why are there 2 different style of activity causer in your database though? If you setup a morphmap on a model you ensure they always have the same value, but...