Ticket #3829 (closed defect: fixed)
Ordering/adding spaces does not work for document field
| Reported by: | tmb | Owned by: | cjg |
|---|---|---|---|
| Priority: | Intend to | Milestone: | 3.2.4 |
| Component: | Workflow & InputForm | Version: | 3.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
To reproduce:
- add a new field to documents.pl
{
name => "foo",
type => "text",
input_ordered => 1,
multiple => 1,
},
- bin/epadmin update_database_structure
- add foo to workflow in <component field="Documents"> section
- restart apache
- create new item and go to Upload stage
- upload document
- up/down and "more input rows" buttons have no effect for foo field
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

