【问题标题】:Restrict folder templates in Alfresco share to a particular site将 Alfresco 共享中的文件夹模板限制为特定站点
【发布时间】:2021-06-09 19:49:00
【问题描述】:

我正在使用 Alfresco 企业版 6.2.2

我正在尝试在 Alfresco 中创建文件夹结构,并将其限制为特定站点的用户。有什么办法吗?

谢谢

【问题讨论】:

    标签: alfresco alfresco-share alfresco-enterprise


    【解决方案1】:

    是的,您可以为特定站点或特定组限制文件夹模板菜单。

    您需要使用共享扩展方法来扩展toolbar.js。

    以下链接供您参考。您可以采用相同的方法。

    https://heshawa.wordpress.com/alfresco-create-from-template-menu-arrange-with-sub-menues/

    例如。为特定组定制。

    <extension>
        <modules>
            <module>
                <id>Customize title menu for Collaborations</id>
                <version>1.0</version>
                <customizations>
                    ....
                </customizations>
                
                <evaluator type="group.module.evaluator">
                    <params>
                        <groups>GROUP_COLLABORATION_MENU,GROUP_COLLABORATION_MANAGERS,GROUP_ALFRESCO_ADMINISTRATORS</groups>
                        <groupRelation>OR</groupRelation>
                    </params>
                </evaluator>
                <auto-deploy>true</auto-deploy>
                
            </module>
        </modules>
    </extension>
    

    【讨论】:

    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2017-10-20
    • 1970-01-01
    • 2022-11-22
    相关资源
    最近更新 更多