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

Fix journal transaction type #1616

Merged

Conversation

mbayopanda
Copy link
Contributor

This PR fixes the issue #1609

Copy link
Contributor

@jniles jniles left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

return item;
});

vm.typeList.forEach(function (type) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You do two loops here where one will do:

list.forEach(function (item) {
  item.hrText = $translate.instant(item.text);
  vm.mapOrigins[item.id] = item.text;
});

@@ -0,0 +1,3 @@
<div class="ui-grid-cell-contents" translate>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you need translate here? Can you not use hrText instead and avoid translate?

@jniles jniles merged commit 6bc89ba into IMA-WorldHealth:master May 9, 2017
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

Successfully merging this pull request may close these issues.

None yet

2 participants