Skip to content

Commit

Permalink
SAM-1823 Extract button does not display when you add a calculated qu…
Browse files Browse the repository at this point in the history
…estion to pool
  • Loading branch information
juanjmerono committed Feb 12, 2015
1 parent 52c0ded commit b7c350a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ confirmation dialog

</h:panelGrid>

<h:commandButton rendered="#{itemauthor.target=='assessment'}"
<h:commandButton rendered="#{itemauthor.target=='assessment' || itemauthor.target=='questionpool'}"
value="#{authorMessages.calc_question_extract_button}"
action="calculatedQuestion"
styleClass="active">
Expand Down

0 comments on commit b7c350a

Please sign in to comment.