Fix adding jobset inputs
[?]
Mar 6, 2014, 1:22 PM
DEPAYN5WOKTGUXF256E5OLBXRR43CCEUZWL2ITJJHHT52TILAWCQCDependencies
- [2]
EWMC72QYedit-jobset.tt: Retain old inputs with dashes in their name - [3]
VZX6HJ3IFix jobset input handling in the API - [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-([A-Za-z][\w-]*)-(\w+)$/);var match = elem.name.match(/^input-([\w-]+)-(\w+)$/);