Compare commits

...

4 Commits
main ... 1.5.4

3 changed files with 17 additions and 3 deletions

View File

@ -198,16 +198,16 @@ public class EnrollmentExpandableListAdapter extends BaseExpandableListAdapter {
if (multiple == 0 && role != Constants.TEACHER_TYPE_CODE) { //single inscriptions:
holder.checkBox.setVisibility(View.GONE);
holder.radioButton.setVisibility(View.VISIBLE);
holder.radioButton.setText(groupName);
} else { //multiple inscriptions :
holder.checkBox.setVisibility(View.VISIBLE);
holder.radioButton.setVisibility(View.GONE);
holder.checkBox.setText(groupName);
holder.checkBox.setChecked(member != 0);
}
holder.radioButton.setText(groupName);
holder.checkBox.setChecked(member != 0);
holder.nStudentText.setText(context.getString(R.string.numStudent) + ": " + String.valueOf(students));
if (maxStudents != -1) {

View File

@ -14,6 +14,13 @@
</style>
</head>
<body bgcolor="white">
<h4>1.5.4 (2018-02-25)</h4>
<ul>
<lh class="fix">[CORRECCIONES]</lh>
<li type="disc"><strong>Grupos&#58;</strong> Corregida visualización del nombre de los grupos de selección única</li>
</ul>
<body bgcolor="white">
<h4>1.5.3 (2017-10-25)</h4>
<ul>

View File

@ -14,6 +14,13 @@
</style>
</head>
<body bgcolor="white">
<h4>1.5.4 (2018-02-25)</h4>
<ul>
<lh class="fix">[FIXES]</lh>
<li type="disc"><strong>Groups&#58;</strong> Fixed display of the name of single choice groups</li>
</ul>
<body bgcolor="white">
<h4>1.5.3 (2017-10-25)</h4>
<ul>