If anyone faces the same issue, the problem was in the app configuration in class property, in Magnolia 5.2 this was working fine (probably took it somewhere from documentation when learning to use apps, so same mistake may happen to someone else): [code][s]class : info.magnolia.ui.api.app.registry.ConfiguredAppDescriptor[/s][/code] Since 5.2.2 it causes an error when trying to open link's choose dialog, that uses this app, so correct descriptor class is: [code]class : info.magnolia.ui.contentapp.ContentAppDescriptor[/code]
Petr -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=fca07830-30bb-4a32-9f5d-73e73942eee0 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
