Resolve Dependency of Database Module on Wiki

Issue #26 open
Former user created an issue

currently, due to a static method call getting the initial wiki template, the database module depends on the wiki module. This could be better handled by invoking the necessary wiki code via the plugin mechanism (e.g. DatabasePlugin.onUserInsert) which is set up by spring in the webapp's application code.

Comments (4)

  1. Log in to comment