Skip to content

Commit

Permalink
SAK-46006 Samigo : question pool name on transfer screen (sakaiprojec…
Browse files Browse the repository at this point in the history
  • Loading branch information
bgarciaentornos authored Aug 18, 2021
1 parent c3a9305 commit 8941293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h:inputHidden id="rowid" value="#{questionpool.tree.currentObjectHTMLId}"/>
<h:selectManyCheckbox onclick="checkChildrenCheckboxes(this);updateButtonStatusOnCheck(document.getElementById('transferPool:transferpoolSubmit'), document.getElementById('transferPool'));" id="radiobtn"
value="#{questionpool.transferPools}" styleClass="tier#{questionpool.tree.currentLevel}" disabled="false">
<f:selectItem itemValue="#{pool.questionPoolId}" itemLabel="#{pool.displayName}" />
<f:selectItem itemValue="#{pool.questionPoolId}" itemLabel="#{pool.displayName}" escape="false" />
</h:selectManyCheckbox>
</h:panelGroup>
</h:column>
Expand Down

0 comments on commit 8941293

Please sign in to comment.