Dear @ngegw
in my application I use different datastoreprefixes for the same nextmatch depending on the specific use I call the list. For example I have a Infolog index in the main window with the datastoreprefix infolog.infolog_ui and a filtered infolog list inside an iframe in a different app with the datastoreprefix ‘infolog.infolog_acclients’. This is very usefull because when columns setting are saved the datastoreprefix enables to have different settings for the columns in the first and the second scenario.
As we had noticed also together some time ago, the drag and drop linking and the right click menu for linking in my infolog application was not showing up. Today a figured out that is was due to the this line https://github.com/EGroupware/egroupware/blob/b892c547971e213db4789792fed246c7109d7cb3/api/js/etemplate/et2_extension_nextmatch_controller.ts#L3981 and @RalfBecker helped my add an entry to the registry
Now the problem it that the links are not created because Nextmatch still expects to find an application::id here
But instead finds my datastoreprefix. infolog.infolog_ui which EGroupware\Api\Etemplate\Widget\Link::ajax_link can’t handle.
Do you have an idea how this could be solved?
Thank you in advance!
Greetings
Alex
created
last reply
- 2
replies
- 989
views
- 2
users
- 3
links