mirror of
https://github.com/k0shk0sh/FastHub.git
synced 2026-01-25 14:47:05 +00:00
Merge pull request #1102 from NoahAndrews/master
Fix creating a new issue without assigning a milestone (#1085)
This commit is contained in:
commit
aede8bd653
@ -19,7 +19,7 @@ public class CreateIssueModel implements Parcelable {
|
||||
private String body;
|
||||
private ArrayList<String> labels;
|
||||
private ArrayList<String> assignees;
|
||||
private long milestone;
|
||||
private Long milestone;
|
||||
|
||||
@Override public int describeContents() { return 0; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user