Opened 13 years ago
Closed 12 years ago
#60 closed defect (fixed)
variable redefinition in Field constructor
Reported by: | ff | Owned by: | ralphm |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | generic | Keywords: | |
Cc: |
Description
If options are passed to the field constructor the label parameter if overridden before saving it as attribute, so that the last label in options becomes the field label.
Fix: just invert label and option assignments
Change History (1)
comment:1 Changed 12 years ago by ralphm
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
(In [b45c4fa6e0c]) Reposition assignment for the Data Form field label, so it's not overwritten.
Author: ralphm. Fixes #60.