Closed (fixed)
Project:
Commerce Webform
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Jun 2013 at 17:54 UTC
Updated:
26 Jul 2013 at 10:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
rpsuThis patch fixes issue.
NOTE that same patch also includes change to mandatory/non-mandatory dropdown select list UI visible title, and minor coding standard fixes.
Comment #2
rpsuComment #3
johnennew commentedThanks for the patch, will look at this when I get a moment.
Comment #4
rpsuI did not find the place where Webform sets empty values "- Select -" or "- None -" to dropdowns, so I simply set them manually. I think best solution would be to use same value(s) as Webform does.
Comment #5
johnennew commentedHi @rpsu,
Thanks for your patch submission. I've made some DCS amendments before committing. Also, I think the 'none', 'select' text is the wrong way round? None should be for non-mandatory and select for mandatory fields?
Comment #6
rpsuSure, DCS and reversing none/select the other way around are fine with me.