Files @ 10b6358b9271
Branch filter:

Location: symposion_app/fixtures/sitetree.json

Jamie Lennox
Add release materials check boxes to miniconf proposal

We need to have people who are submitting a miniconf proposal agree to
releasing the material. The easiest way to do this is to just make it a
proposal like the other two types. We don't have audience type for
miniconf, instead of deleting it just have a default - it's easier.

WARNING: This requires a real migration to be performed before use.
[
    {
        "pk": 1,
        "model": "sitetree.tree",
        "fields": {
            "alias": "main",
            "title": "main"
        }
    },
    {
        "pk": 1,
        "model": "sitetree.treeitem",
        "fields": {
            "parent": null,
            "access_restricted": false,
            "access_permissions": [],
            "description": "",
            "insitetree": true,
            "hint": "",
            "url": "http://lca2018.org",
            "inbreadcrumbs": true,
            "title": "LINUX.CONF.AU 2018",
            "tree": 1,
            "access_perm_type": 1,
            "alias": null,
            "sort_order": 2,
            "inmenu": true,
            "access_loggedin": false,
            "hidden": false,
            "urlaspattern": false
        }
    },
    {
        "pk": 2,
        "model": "sitetree.treeitem",
        "fields": {
            "parent": null,
            "access_restricted": false,
            "access_permissions": [],
            "description": "",
            "insitetree": true,
            "hint": "",
            "url": "dashboard",
            "inbreadcrumbs": true,
            "title": "Dashboard",
            "tree": 1,
            "access_perm_type": 1,
            "alias": null,
            "sort_order": 3,
            "inmenu": true,
            "access_loggedin": false,
            "hidden": false,
            "urlaspattern": true
        }
    }
]