Github user therajanmaurya commented on a diff in the pull request:
https://github.com/apache/incubator-taverna-mobile/pull/28#discussion_r81115604
--- Diff:
app/src/main/java/org/apache/taverna/mobile/ui/workflowdetail/WorkflowDetailPresenter.java
---
@@ -192,11 +192,12 @@ public void onNext(Boolean b) {
}));
}
+
private Map<String, String> getDetailQueryOptions() {
Map<String, String> option = new HashMap<>();
option.put("elements",
"id,title,type,uploader,preview,created-at,svg,updated-at," +
- "description,license-type,tags");
+ "description,license-type,tags,content-uri");
--- End diff --
Looks nice, but writing hard-coded strings, make the difficult to other
contributors, So please put these
id,title,type,uploader,preview,created-at,svg,updated-at string in
Constant.java
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---