Symbol no longer selected in document if selected in symbol dialog

Summary:

Custom extensions called with a symbol selected from the symbol panel no longer pass the id. In all versions up to 1.1 the selected symbol was passed with --id=someId as an argument to the extension

Inkscape 1.1 (c68e22c387, 2021-05-23) Windows10 Enterprise

Items selected from main canvas still ok

Steps to reproduce:

select a symbol from the panel call an extension

What happened?

no --id is passed

What should have happened?

--id should have been passed.

and I think this might be related Previously, selecting a symbol and then Object/Properties from the menu would allow editing of the symbol properties. This no longer works. Not sure if this should be a separate issue.

Logging output from myextension
 
Inkscape Version 1.0
 
17:33:07: ARGCNT :3
17:33:07: ARGV :0 : C:\.......\myextension.exe
17:33:07: ARGV :1 : --id=aSymbolId
17:33:07: ARGV :2 : C:\Users\.....\Temp\ink_ext_XXXXXX.svgJC4M50
 
 
Inkscape Version 1.1
 
17:35:57: ARGCNT :2
17:35:57: ARGV :0 : C:\.......\myextension.exe
17:35:57: ARGV :1 : C:\Users\.....\Temp\ink_ext_XXXXXX.svgCJQX50
Edited by Nathan Lee