5sControl / 5sControl/5s-frontend

Fix bug with filters

Abierto
#252 4 comentarios 0 reacciones 0 asignados Ver en GitHub
bug Front
Lenguaje dominante
TypeScript
Estrellas
3
Forks
1
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

Summary: Orders View, после настройки фильтра и выбора заказа- настройки фильтра сбрасываются.
1. Открыть приложение;
2. Открыть вкладку Orders View;
3. Правый клик по кнопке filter;
4. Выбрать настройки фильтра;
5. Правый клик по кнопке apply;
6. Выбрать любой заказ.
Result: Заказ открыт, настройки фильтра не сохранены.
Expecte result: Заказ открыт, настройки фильтра сохранены.

![Image](https://user-images.githubusercontent.com/113969187/230899412-006d6d3b-c15b-444c-88d8-8fa17c39a6dd.gif)

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

The issue is about the Orders View where filter settings reset after selecting an order. Look for the Orders View component, likely in a directory like `src/views/orders/` or `src/components/orders/`. Examine the filter state management, possibly using React context, Redux, or local component state. Check the event handler for order selection to see if it inadvertently clears the filter state. The GIF shows the UI flow, so replicate the steps to confirm the bug.

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
3/5
Tiempo estimado
1-2 días
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
55/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.