Skip to content

Commit

Permalink
Merge branch 'release/1.9.40' of https://github.com/akvo/akvo-flow in…
Browse files Browse the repository at this point in the history
…to release/1.9.40
  • Loading branch information
kymni committed Nov 14, 2018
2 parents 4691a0e + 107e4a6 commit 9c45fa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dashboard/app/js/lib/controllers/survey-controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -1666,7 +1666,7 @@ FLOW.translationControl = Ember.ArrayController.create({
keyId: item.get('keyId'),
type: "QO",
order: 1000000 * qgOrder + 1000 * qOrder + parseInt(item.get('order'), 10) + 1,
displayOrder: item.get('order'),
displayOrder: item.get('order') + 1,
qoText: item.get('text'),
isQO: true
}));
Expand Down

0 comments on commit 9c45fa8

Please sign in to comment.