Forum Discussion
Hey all, I'm currently working on updating this project to work with R14+. It does need some updates to the methods, but I also ran into an import issue that I haven't seen anyone mention. Maybe that's because I'm testing on R35? (I don't have an R17 instance handy)
The package tries to add a CommandBarSectionItem relationship to a CommandBarSection that doesn't exist in my database (com.aras.innovator.cui_default.twt_normal), so the import utility throws this error:
I've decided to add the voting button to the itemview.itemcommandbar.default CommandBarSection instead. It will have the same effect as the original package, but it should be compatible with R14+.
I'll push the update to a PR on the GitHub repo shortly and link it in this thread if anyone would like to help test it with other versions. 🙂
- angela3 months agoCatalyst II
I can add some swarm intelligence:
com.aras.innovator.cui_default.xyz was a thing in I11. In I12 we have these structures in parallel with the more modern section types like itemview.itemcommandbar.default . The modern types are much easier to understand and to work with.
In I12 most of the modern Section types are already implemented, so we hardly have to use the old cui_default structures from I11. Native I14 finished the transition from old to new structures. But I guess when somebody upgrades from I11/I12 to I14, these good old CUI section items might have survived?
Regarding the project, the I11 version should still work for I12 if somebody need this for I12. But for I12, I would rather downgrade the upcoming I14 version, cause some of the code is really a bit old. E.g. don´t use "top.aras" in 2026.