[issue2551132] Setting form value in query string fails to take effect if default_value assigned.
John Rouillard <[email protected]>
| Newsgroups | gmane.comp.bug-tracking.roundup.devel |
|---|---|
| Message-ID | <[email protected]> |
New submission from John Rouillard: You can put values for a property in the query string of a new object definition. E.G. https://issues.roundup-tracker.org/issue? @template=item&type=behavior However if the type property had a default_value defined in the schema, the value specified in the url is ignored. If there is a value in the URL, it should be used. If the value is unset after looking at all sources for the value, then use the default_value. Also if an invalid value is supplied in the URL for a property without a default_value, we get a traceback. If the URL value is invalid, it should just be ignored. ---------- assignee: rouilj components: Web interface messages: 7224 nosy: rouilj, schlatterbeck priority: normal severity: normal status: new title: Setting form value in query string fails to take effect if default_value assigned. type: behavior versions: devel _________________________________________________ Roundup tracker <[email protected]> <https://issues.roundup-tracker.org/issue2551132> _________________________________________________