Page MenuHomePhorge

sql-dir parameter missing in plugins/libkolab/composer.json ?
Closed, ResolvedPublic

Description

I tried to install kolab plugins in the "right" way, with composer and the roundcube plugin installer. However, I noticed that db tables for libkolab were not automatically created.

So I added the sql-dir parameter in plugins/libkolab/composer.json. like this:

 "extra": {
    "roundcube": {
       "min-version": "1.6.0",
       "sql-dir": "SQL"
    }
}

and installation worked correctly, db tables were created, and everything works.

Was I missing something of the above configuration is the correct one?

Details

Ticket Type
Task

Event Timeline

You're correct. It should have been done when we implemented DAV support in calendar, kolab_addressbook and tasklist plugins. Thanks.