Changeset 831
- Timestamp:
- 06/13/07 18:35:26 (2 years ago)
- Files:
-
- Bibliomane/trunk/bibliomane/browser/works.py (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Bibliomane/trunk/bibliomane/browser/works.py
r828 r831 63 63 return [w for w in self.widgets] 64 64 65 @property 66 def principals(self): 67 return self.context.principals 68 65 69 66 70 class ExpressionEditForm(EditForm): … … 90 94 def frbr_widgets(self): 91 95 return [w for w in self.widgets] 96 97 @property 98 def principals(self): 99 return self.context.principals 92 100 93 101 … … 119 127 return [w for w in self.widgets] 120 128 129 @property 130 def principals(self): 131 return self.context.principals 132 121 133 122 134 class ItemEditForm(EditForm):
