fix: move InstallIxPlugins at the end of the install routine
problem is that when trying to load a config within the plugin, the repo data is not installed yet. so it was not possible to install an eloinst without ix error
Failed to initialize plugin=de.dus.plugin.invoice java.lang.RuntimeException: [TICKET:B9CB4B...][ELOIX:5023]Invalid filing path
Wenn man ein OSGI Plugin mit Deployed UND dieses OSGI Plugin in InitializePlugin eine Config Datei aus dem ELO laden will klappt der install nicht.
Grund: ImportRepoData wird erst anch InstallIxPlugins aufgerufen. Fix: InstallIXPlugins nach hinten schiebn
Edited by Phillip Partsch