edit-jobset.tt: Retain old inputs with dashes in their name
[?]
Mar 6, 2014, 12:50 PM
EWMC72QYKVI52XFZXUVWGQ3XPMUMXGVXGHSYVQXYC62Q6NNEGIPQCDependencies
- [2]
VZX6HJ3IFix jobset input handling in the API - [3]
NIX2TKYVUse redirectJSON - [4]
TQVKZQUGUse the REST API in the web interface for editing jobsets - [*]
OX6NYJDVSplit viewing and editing a jobset
Change contents
- replacement in src/root/edit-jobset.tt at line 186
var match = elem.name.match(/^input-(\w+)-(\w+)$/);var match = elem.name.match(/^input-([A-Za-z][\w-]*)-(\w+)$/);