projects
/
scpubgit/stemmatology.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
77464a4
)
add required description attribute for interface display
Tara L Andrews [Wed, 3 Oct 2012 15:09:49 +0000 (17:09 +0200)]
base/lib/Text/Tradition/Collation/RelationshipType.pm
patch
|
blob
|
blame
|
history
diff --git
a/base/lib/Text/Tradition/Collation/RelationshipType.pm
b/base/lib/Text/Tradition/Collation/RelationshipType.pm
index
5320ebe
..
64a9724
100644
(file)
--- a/
base/lib/Text/Tradition/Collation/RelationshipType.pm
+++ b/
base/lib/Text/Tradition/Collation/RelationshipType.pm
@@
-82,6
+82,12
@@
has 'bindlevel' => (
required => 1
);
+has 'description' => (
+ is => 'ro',
+ isa => 'Str',
+ required => 1
+ );
+
has 'is_weak' => (
is => 'ro',
isa => 'Bool',