Roundup Tracker - Issues

Message3441

Author marlonvdb
Recipients
Date 2006-08-15.06:42:16
Message-id
In-reply-to
Logged In: YES 
user_id=1080231

Sorry for meddling in, but why not specifying which
properties are required in the scheme definition file?
Defining required properties in HTML looks nice, but it
doesn't prevent creating issue's with too less filled in
properties via the mail gateway. Currently auditors are
required to prevent that issues are created via the mailgw
that do miss some required properties. These auditors are
also triggered when submitting an issue form, meaning the
@required HTML specification doesn't really make sense
anymore, because the properties are checked twice.
So why not do something like we do to define the key
property. In other words something like:
   issue.required("title", "priority")
and then let some general code check for the presence of
these properties before any auditor is executed. This way we
are able to catch the missing properties in both the
submitted issue forms and the submitted emails.

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