Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

App crash (not filled fields) #30

Open
svettermann opened this issue Jul 1, 2015 · 1 comment
Open

App crash (not filled fields) #30

svettermann opened this issue Jul 1, 2015 · 1 comment

Comments

@svettermann
Copy link

The App crashes on showing an issue with not filled the field "priority" or "assignee".

@svettermann
Copy link
Author

Changing com.tadamski.arij.issue.single.activity.single.view.IssueFragment.java

Line 205 : basicProperties.add(new IssueProperty("priority", "Priority", issue.getPriority() != null ? issue.getPriority().getName() : "none", null));
Line 215: people.add(new IssueProperty("assignee", "Assignee", issue.getAssignee() != null ? issue.getAssignee().getDisplayName() : "none", null));

should do the trick.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant