erdomke / InnovatorAdmin

A tool for managing Aras Innovator installations focusing on improving the import/export experience.
http://erdomke.github.io/InnovatorAdmin/
MIT License
58 stars 42 forks source link

Right-click context relative to nested items #205

Open broderickhyman opened 5 years ago

broderickhyman commented 5 years ago

Looking to add the ability to right-click a nested item, for instance an item in a Relationships tag or a related_id tag, and have the context menu reflect that item. Currently it only reflects the outer-most item. I don't mind making the change, but need some direction. I think it has something to do with AmlSimpleEditorHelper.GetCurrentItem. @erdomke

erdomke commented 5 years ago

@broderickhyman Yeah, the code is a bit of a mess, and I would find that feature useful too. After a quick gander, I think the relevant code is in the AmlSimpleEditorHelper.GetCurrentItem method.