Details
-
Type: Sub-task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.12.0-b1
-
Component/s: None
-
Labels:None
Description
Add a new column to the staff table
number_mobile VARCHAR(64) NULL DEFAULT NULL AFTER email_mobile
Update the model to add/edit/validate the new field.
Update the staff add/edit pages and the My Info page to include the new field.
Activity
Jonathan Reissmueller
created issue -
Abdy Franco
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Abdy Franco [ abdy ] |
Automated transition triggered when Abdy Franco created a branch in Stash -
Status | Open [ 1 ] | In Progress [ 3 ] |
Jonathan Reissmueller
made changes -
Description |
Add a new column to the staff table
number_mobile VARCHAR(64) NOT NULL AFTER email_mobile Update the model to add/edit/validate the new field. Update the staff add/edit pages and the My Info page to include the new field. |
Add a new column to the staff table
number_mobile VARCHAR(64) NULL DEFAULT NULL AFTER email_mobile Update the model to add/edit/validate the new field. Update the staff add/edit pages and the My Info page to include the new field. |
Automated transition triggered when Abdy Franco created pull request #951 in Stash -
Status | In Progress [ 3 ] | In Review [ 5 ] |
Resolution | Fixed [ 1 ] |
Abdy Franco
made changes -
Remaining Estimate | 0 minutes [ 0 ] | |
Time Spent | 2 hours, 48 minutes [ 10080 ] | |
Worklog Id | 13959 [ 13959 ] |
Automated transition triggered when Abdy Franco merged pull request #951 in Stash -
Status | In Review [ 5 ] | Closed [ 6 ] |
Is there any reason why the value shouldn't be null? Wouldn't that make the new field mandatory?