Thomas-git
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.
it’s the only feature missing for me to switch to easyappointments!
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...
 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.