Page 1 of 1

Icon paths get lost when exporting Author mode actions

Posted: Tue Apr 15, 2025 2:34 pm
by Frank Ralf
Hi,

We have created a framework extension that inherits a large number of custom Author mode actions from its base framework (ediarum.MINUTES.edit). For easier maintenance and development of the Author mode actions we have exported them to separate, external XML files. The actions still work as before but all the icons are gone, both from toolbar entries and from inline actions. The icons are taken from the base framework like so:

Code: Select all

<a:smallIconPath href="${baseFramework}/icons/delete_16.png"/>
This might be related to "Problems with author actions in framework extension script".

EDIT
Copying the icons folder to the framework extension and adjusting the icon path like so fixes the issue:

Code: Select all

<a:smallIconPath href="${framework}/icons/delete_16.png"/>
Kind regards,
Frank

Re: Icon paths get lost when exporting Author mode actions

Posted: Thu Apr 24, 2025 9:18 am
by Radu
Hi Frank,

Sorry for the delay, I can reproduce the problem and I added an internal issue for it, pasting the issue ID below for future reference:
EXM-55668 Cannot resolve Author action icons to base framework location

This functionality probably never worked so indeed for now you should just duplicate the icon in your extension.

Regards,
Radu

Re: Icon paths get lost when exporting Author mode actions

Posted: Thu Apr 24, 2025 10:41 am
by Frank Ralf
Thanks for testing and for creating an internal issue, Radu. I will proceed with the workaround then.

Kind regards,
Frank