Skip to content

Commit

Permalink
Adding fix for SAK-33538 (#4939)
Browse files Browse the repository at this point in the history
(cherry picked from commit 64f593b)
  • Loading branch information
Kenneth Aragon authored and ottenhoff committed Nov 26, 2017
1 parent 89e9c62 commit 150a738
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,8 @@ public void export(ActionEvent event){
//FacesContext facesContext = FacesContext.getCurrentInstance();
//HttpServletRequest request = (HttpServletRequest) facesContext.getExternalContext().getRequest();
List<String> fields = new ArrayList<String>();
if(includeSortname) fields.add("sortname");
if(includeUsereid) fields.add("usereid");
if(includeSortname) fields.add("sortname");
if(includeFinalscore) fields.add("finalscore");
if(includeCalculatedgrade) fields.add("calculatedgrade");
if(includeLastmodifieddate) fields.add("lastmodifieddate");
Expand Down

0 comments on commit 150a738

Please sign in to comment.