started work on scheduling
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-07-01 10:07:20 +02:00
parent 70dca17451
commit c5c61f22ad
13 changed files with 414 additions and 4 deletions

View File

@ -62,7 +62,7 @@ function renderExport() {
<th>Version</th>
<th>State</th>
<th>Questions</th>
<th>Completed</th>
<th>Uploaded responses</th>
<th>Actions</th>
</tr>
</thead>
@ -133,7 +133,7 @@ function exportRowHTML(q) {
<td>${esc(q.version || '—')}</td>
<td><span class="badge badge-${(q.state || 'draft').toLowerCase()}">${esc(q.state || 'draft')}</span></td>
<td>${q.questionCount || 0}</td>
<td>${q.completedCount ?? 0}</td>
<td>${q.submissionCount ?? 0}</td>
<td class="export-actions-cell">
<button class="btn btn-sm btn-primary export-btn" data-id="${esc(q.questionnaireID)}" data-name="${esc(q.name)}" data-version="${esc(q.version)}" data-all="0">
Export current