Thomas-git

Results 13 comments of Thomas-git

I managed to pass this step using Webpack [dynamic import](https://webpack.js.org/api/module-methods/) feature. But it fails later. I ended doing what I need in JS canvas at the moment.

Do I understand it well: text to draw is in `self.text` ? So a quick fix could be to change accentuated chars to their counter parts ? (é as e,...

Ok, After first line in .clone() `const { idField, tempIdField } = this.constructor` idField === 'id' so it does not start good. and on `const id = ... ` id...

So, there is no duplicate service name nor `modelName` If I add a `static idField = 'language_code'` in `Languages` model class, it works as expected. But if I understand the...

It seems to happen only when the last service is selected. What script is call on service selection?

No error message. I didn't had time to spend on this. Maybe next week. My first thought is to add a debounce on the fetch request. But maybe you’ve already...

![Capture d’écran du 2024-02-26 17-32-33](https://github.com/alextselegidis/easyappointments/assets/3053722/b480f80b-9a71-42fe-9f95-589f0345980c) Here is a screenshot.

It seems the error is in `booking_layout.php` ``` ``` But I don’t know Code Igniter enough to know how to avoid html chars escaping in this case. Can you help ...

You’re right. n=1 experiment should not be generalized.