plone content rule根据内容创建组

sc.contentrules.group的Python项目详细描述


sc.contentrules.group

Overview

sc.contentrules.group is a content rules action that creates a new group in a Plone site when executed.

Use case

In a portal you have an area for Products. This area, /products will hold folders for each product available.

Everytime a new folder (product) is added in this area we want a new group of users to be created.

This group can be used to give local roles to its users in this context.

Installation

要启用此产品,请在基于构建的安装上:

  1. Edit your buildout.cfg and add ^{tt1}$ to the list of eggs to install

    [buildout]
    ...
    eggs =
        sc.contentrules.group
    

更新配置后,需要运行“bin/buildout”, 它将负责更新您的系统。

Sponsoring

本产品的开发由:

Credits

  • Erico Andrei (erico at simplesconsultoria dot com dot br)

Changelog

0.5(2011-09-15)

  • 西班牙语翻译[hvelarde]
  • 初始版本[Erico_Andrei]

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
多线程如何在读取文本文件时使用Java进度条?   ChromeDriver出现“java.lang.module.InvalidModuleDescriptorException:提供程序类org.apache.bsf.BSFManager不在模块中”错误   java如何将Google日历链接到应用程序?   java线程信令序列   java StackOverflowerr不知道出了什么问题   从azure mobile apps easy tables获取表格时,java Android应用程序冻结   java Android应用程序无法连接到firebase数据库   java如何将属性文件中的值注入字段?   无法创建java Spring引导CXF XMLOutputFactory   javaui:月份选择器   获取java数组中n个最大值的索引   java注入servlet调度器中的EntityManagerFactory(非托管)   我在Android Studio中编写java代码,需要从特定网页获取并显示特定行的数据   java如何在Hibernate中设置内部查询的限制?   java如何编写接受一个数组和两个整数的交换方法   基于递归的java快速供电方法