Shashank Gaurav
Shashank Gaurav
How can we update many to many relation tables ? Ex. Songs.belongsToMany(Languages, { through: "Songs_Languages" }); Languages.belongsToMany(Songs, { through: "Songs_Languages" }); and I want to update both song and related...
@gabegorelick any workaround for this which already exits. My requirement is update the table and all the associated tables related to it (M:N relation)
@webvs2 @csvwolf I found that we have hardcoded the lodash version in source code, instead it should be taken from package dependency version. The file location is `lib/utils/lodash.js` and it...
@webvs2 Can you please prioritise this issue and get it fixed asap because it is security concern for everyone who is using element-ui.
Hi @webvs2, I see that the issue has been resolved in the new "elementui-lts" repository. However, a new problem has arisen. In some places, files are being imported from "element-ui"...
Thanks for quick reply @webvs2 . You can use npm imports to alias package to resolve this. "imports": { "element-ui/*": "./elementui-lts/*" }
Hi @webvs2 , any updates on the above issue. We need to resolve it immediately. Its kinda blocker for us.
Hi @webvs2 , Could you please let me know when we can expect this to be fixed? We need it addressed as soon as possible due to security issue. Thank...
thanks for the ETA @webvs2 .
thanks for the help @webvs2