Ticket #156 (closed defect: fixed)
Separate type name from database entry on initiative profiles
Reported by: | ed | Owned by: | jim |
---|---|---|---|
Priority: | minor | Milestone: | Phase 3 |
Component: | Drupal modules & settings | Keywords: | |
Cc: | Estimated Number of Hours: | 0.0 | |
Add Hours to Ticket: | 0 | Billable?: | yes |
Total Hours: | 0.03 |
Description
The initiative profiles' 'type' is intrinsically linked to its database entry:
Local Initiative
Local Coordinating Hub
Regional Coordinating Hub
Please tweak this so the name and database entry are different (came up in conversations between jim and ed when adding the 'national hub' profile type...
Change History
comment:2 Changed 6 years ago by jim
- Add Hours to Ticket changed from 0.0 to 0.03
- Status changed from new to closed
- Resolution set to fixed
- Total Hours changed from 0.0 to 0.03
Already done... Though not in an ideal fashion... Good enough.
The field options are (database value|visible text):
Local Initiative|Local Initiative
Local Coordinating Hub|Local Coordinating Hub
Regional Hub/National? Hub|Regional Coordinating Hub
Hence the bit before the '|' never changes, while the bit after can as much as needed.