I have 3 tables:
router
RouterID
firmware
FirmwareID
name
SupportedFirmware:
FirmwareID
RouterID
The router_support/tables/router/relationships.ini contains
[SupportedFirmware]
firmware.FirmwareID = SupportedFirmware.FirmwareID
SupportedFirmware.RouterID = "$RouterID"
I want to be able to select multiple rows from firmware and insert them into SupportFirmware.
I tried
[SupportedFirmware]
widget:type="advmultiselect"
a lot of places but not where it works.

The app is online:
http://lockie.ca/router_support/
I found a bug.
Go to: http://lockie.ca/router_support/index.p ... edFirmware
Click the "remove" button but don't select a record.
The dialog says "copy".