Show
Ignore:
Timestamp:
01/15/10 17:25:30 (2 years ago)
Author:
jukka
Message:

Fixed #1958, made References to be proper materials and also changed branching to be an ability that materials don't have unless explicitly added.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/LeMillReference.py

    r2979 r2998  
    2424from config import PROJECTNAME, MODIFY_CONTENT, VIEW 
    2525from Material import Material 
    26 from Schemata import material_schema, description 
     26from Schemata import material_schema, description,  author_schema, group_sharing 
    2727 
    2828 
     
    120120 
    121121 
    122 schema = material_schema + description + lemillreference_schema 
     122schema = material_schema + description + author_schema + group_sharing + lemillreference_schema 
    123123 
    124124schema = schema.copy()