Roundup Tracker - Issues

Message3442

Author schlatterbeck
Recipients
Date 2006-08-15.08:49:51
Message-id
In-reply-to
Logged In: YES 
user_id=34818

Marlon writes:
> Sorry for meddling in, but why not specifying which
> properties are required in the scheme definition file?
Good idea, I'd put it into the individual attribute as an
optional parameter (in schema.py), e.g.

 name = String (required = True)

it can then be used for checking that all required
attributes are present and for generating appropriate
javascript. A side-effect of the setkey method should
probably be to set the required-flag for the key attribute.

-- Ralf
History
Date User Action Args
2009-02-03 14:24:04adminlinkissue1539081 messages
2009-02-03 14:24:04admincreate