Changes between Initial Version and Version 1 of Ticket #812
- Timestamp:
- 01/10/11 11:18:13 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #812 – Description
initial v1 1 = Rationale = 1 2 The package edit form is restricted to three extra fields. To enter more than three fields, one has to save the package and hit edit again (or hit preview). 2 3 3 A mechanism similar to the one for resources (where you can add lines as you go) would solve this. So, have a button that adds more extra field rows via JS. 4 = Implementation = 5 A mechanism similar to the one for resources (where you can add lines as you go) would solve this. So, have a button that adds more extra field rows via JS. (Extra fields don't need up/down buttons that the Resource table has) 6 7 Nice to have: a blank field is added when you tab from the last filled-in field in the table.