Hi,

I'm trying to enable the archive and users tab in matterhorn 1.4 RC6 without much success. I changed
load/org.opencastproject.organization-mh_default_org.cfg to set

prop.adminui.i18n_tab_episode.enable=true
prop.adminui.i18n_tab_users.enable=true

but after login in and looking at /info/me.json the output still looks like this :

"org": {
    "id": "mh_default_org",
    "anonymousRole": "ROLE_ANONYMOUS",
    "name": "Opencast Project",
    "adminRole": "ROLE_ADMIN",
    "properties": {
        "engageui.links_media_module.enable": "true",
        "logo_small": "/engage/ui/img/mh_logos/OpencastLogo.png",
        "adminui.chunksize": "2024",
"engageui.link_mobile_redirect.description": "For more information have a look at the official site.",
        "engageui.annotations.enable": "true",
        "adminui.series_prepopulate.enable": "false",
        "adminui.i18n_tab_users.enable": "false",
        "engageui.link_download.enable": "false",
"engageui.link_mobile_redirect.url": "http://opencast.org/matterhorn/";,
        "logo_large": "/engage/ui/img/mh_logos/MatterhornLogo_large.png",
        "engageui.link_mobile_redirect.enable": "false",
        "adminui.i18n_tab_episode.enable": "false"
    }
}

Has this anything to do with the fact that I'm trying to set up a distributed 1.4 install or is this a known issue ( issue tracker does not show related bugs ). Maybe I'm missing something in the configuration.

Kristof
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to