Vincent
Vincent
I experience the same issue. Production server, option `autoReload` enabled, we provide a backend which lets people change translations. While saving, we write in the i18n files, and the server...
Thanks, I'm trying. Here is my config: ```js i18n.configure({ locales: ['some','locales'], directory: '/some/path', defaultLocale: 'someLocale', cookie: null, autoReload: false, updateFiles: false, register: {} }); ``` So `autoReload = false`. Now...
What I mean is that only by writing the i18n file, it's automatically reloaded, even with `autoReload` = false. So 2 cases: 1. `autoReload` is useless or I don't understand...
Thank you for your fast reply! 1. I'm not sure it fixes my problem. I actually "just" need to override the `type` attribute of the input element (I tried to...
About the input solution, it works like a charm, thank you. (in a perfect world, I would be able to integrate a custom component to manage JSON objects, but lets...
I tried to dig into the code, but no accurate results for now. Basically, I'm trying to store users in 1 global table then some specific fields to Students and...
@B4nan maybe the "easiest" way could be to keep the syntax of STI, but adding a property `merge: boolean` (not `embed` to avoid confusion) which lets us merge the sub-entity...
Thanks for the sumup @andrew-sol. I completely agree with your proposal (except the new decorators as explained above). @B4nan in my (humble) opinion, there is indeed no cascading possible since...
Cant wait for this enhancement!
@orefalo about the 1st error, it doesn't work for both versions.