lib/taskjuggler/PropertySet.rb in taskjuggler-3.6.0 vs lib/taskjuggler/PropertySet.rb in taskjuggler-3.7.1
- old
+ new
@@ -49,10 +49,10 @@
# in this list.
@attributeDefinitions = Hash.new
[
[ 'id', 'ID', StringAttribute, false, false, false, '' ],
[ 'name', 'Name', StringAttribute, false, false, false, '' ],
- [ 'seqno', 'Seq. No', FixnumAttribute, false, false, false, 0 ]
+ [ 'seqno', 'Seq. No', IntegerAttribute, false, false, false, 0 ]
].each { |a| addAttributeType(AttributeDefinition.new(*a)) }
end
# Use the function to declare the various attributes that properties of this
# PropertySet can have. The attributes must be declared before the first