Details
-
Type: New Feature
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.6.0
-
Component/s: Staff Interface
-
Labels:None
Description
- Update adding/editing package options:
- Add a Default column at the end of the table for every type
- Quantity: Text input to set an integer value that is validated to be between min/max at the appropriate step
- Checkbox: Checkbox to set whether the checkbox field is checked by default
- Radio: Radio to set which radio option is selected by default
- Select: Radio to set which drop-down option is selected by default
- Text/Textarea/Password will not support a default value at this time
In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL 0, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25)
When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default.
Currently the default option becomes the first option, but this isn't always ideal.
Issue Links
- blocks
-
CORE-3089 Order: Update config options to support default values
- Closed
- is blocked by
-
CORE-1832 Allow config option values to be marked inactive
- Closed
- is duplicated by
-
CORE-2968 Allow config option values to be set as default
- Closed
- relates to
-
CORE-1082 Allow a default option to be specified for custom client fields
- Closed
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | capture-for-jira-screenshot-20151109-143915-112.png [ 11400 ] |
Rank | Ranked lower |
Rank | Ranked lower |
Rank | Ranked lower |
Rank | Ranked lower |
Rank | Ranked lower |
Rank | Ranked higher |
Fix Version/s | Sponsored [ 11113 ] |
Story Points | 5 |
Fix Version/s | 4.6.0-b1 [ 11117 ] | |
Fix Version/s | Short Term [ 10800 ] |
Sprint | 4.6.0 Sprint 4 [ 80 ] |
Rank | Ranked higher |
Description |
When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
# Update adding/editing package options: # Add a _Default _ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
Sprint | 4.6.0 Sprint 4 [ 80 ] | 4.6.0 Sprint 4, 4.6.0 Sprint 5 [ 80, 83 ] |
Rank | Ranked higher |
Description |
# Update adding/editing package options: # Add a _Default _ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
# Update adding/editing package options: # Add a _Default_ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
Assignee | Tyson Phillips [ tyson ] |
Description |
# Update adding/editing package options: # Add a _Default_ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
# Update adding/editing package options:
# Add a _Default_ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max at the appropriate step #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
Status | Open [ 1 ] | In Progress [ 3 ] |
Description |
# Update adding/editing package options:
# Add a _Default_ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max at the appropriate step #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
# Update adding/editing package options:
# Add a _Default_ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max at the appropriate step #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default #* Text/Textarea/Password will not support a default value at this time In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
Description |
# Update adding/editing package options:
# Add a _Default_ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max at the appropriate step #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default #* Text/Textarea/Password will not support a default value at this time In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default NULL, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
# Update adding/editing package options:
# Add a _Default_ column at the end of the table for every type #* Quantity: Text input to set an integer value that is validated to be between min/max at the appropriate step #* Checkbox: Checkbox to set whether the checkbox field is checked by default #* Radio: Radio to set which radio option is selected by default #* Select: Radio to set which drop-down option is selected by default #* Text/Textarea/Password will not support a default value at this time In the backend, a new `default` field (after `value`) would be added to `package_option_values`, default -NULL- 0, int(10), denoting whether this record is the default value (0 or 1). In the case of quantity values, the default would be the actual quantity value (e.g. 25) ---- When creating or editing configurable options, add a radio field at the beginning of each option fields of the type dropdown and radio that allow the item to be selected by default. Currently the default option becomes the first option, but this isn't always ideal. |
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 4 hours, 15 minutes [ 15300 ] | |
Worklog Id | 12097 [ 12097 ] |
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Time Spent | 4 hours, 15 minutes [ 15300 ] | 1 day, 1 hour, 5 minutes [ 32700 ] |
Worklog Id | 12099 [ 12099 ] |
Time Spent | 1 day, 1 hour, 5 minutes [ 32700 ] | 1 day, 2 hours, 8 minutes [ 36480 ] |
Worklog Id | 12105 [ 12105 ] |
Status | In Review [ 5 ] | Closed [ 6 ] |