5sControl / 5sControl/5s-frontend

[3h] In orders view , the page crashes when the checkboxes in the filter are disabled

Abierto
#635 0 comentarios 0 reacciones 1 asignado Reclamado por @pkostukevich Ver en GitHub
bug ESMIL
Lenguaje dominante
TypeScript
Estrellas
3
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

В orders view , краш страницы , при отключении чекбоксов в фильтре

**Steps:**

1. Перейти в orders view
2. Перейти в фильтр
3. Убрать все активные чекбоксы
4. Нажать кнопку Done

**Actual result:**
При отключении всех чекбоксов страница не отображается

**Expected Result:**
При отключении всех чекбоксов страница отображает информацию

**Files:**

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Look for the orders view component and its filter logic, likely in a file like `src/views/OrdersView.tsx` or similar. Examine the filter component that handles checkboxes; the crash likely occurs when all checkboxes are unchecked and the filter tries to process an empty selection. Check the browser console for errors to identify the exact line. The fix is to ensure the filter handles an empty selection gracefully, perhaps by showing all items or displaying a message.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
react, typescript
Área
frontend
Tipo de issue
Error
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.