Skip to content

fix return of eutil:getLocalizedName()

Dennis Ried requested to merge fix/eutil-getLocalizedName into develop

The return of eutil:getLocalizedName() converted all nodes into a string. I added a conditional so for navigatorItems (their names) also nodes are allowed as output, e.g., Partitur P<sup>ED</sup>. In case of a returned string I added a space normalization.

Merge request reports