Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / fixtures / member_join_policies.json @ be62cfa8

History | View | Annotate | Download (645 Bytes)

1
[
2
    {
3
        "model": "im.memberjoinpolicy",
4
        "pk": 1,
5
        "fields": {
6
            "policy": "auto_accept",
7
            "description": "leave requests are automatically accepted by the system"
8
        }
9
    },
10
    {
11
        "model": "im.memberjoinpolicy",
12
        "pk": 2,
13
        "fields": {
14
            "policy": "owner_accepts",
15
            "description": "leave requests must be accepted by the owner of the project"
16
        }
17
    },
18
    {
19
        "model": "im.memberjoinpolicy",
20
        "pk": 3,
21
        "fields": {
22
            "policy": "closed",
23
            "description": "no member can leave the project"
24
        }
25
    }
26
]