Actions
Feature #1175
openTask 21027: Añadir tipo de votos en salas
Status:
Internal Test: Pass
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
12/15/2025
Due date:
% Done:
90%
Estimated time:
8:00 h
Description
Se debe añadir en la plataforma de jueces los siguientes votos en los casos de las salas:
No intervino
No interviene
No ha lugar por falta de jurisdicción
Updated by Raúl Barroso 6 months ago
- Estimated time changed from 6:00 h to 8:00 h
Updated by Raúl Barroso about 2 months ago
- Subject changed from 21026: Añadir tipo de votos en salas to 21027: Añadir tipo de votos en salas
Updated by Raúl Barroso about 2 months ago
- Status changed from Paused to Not Started
- Target version changed from TS | Pruebas Iniciales | dic-2025 to TS | Propuesta | Jun-10-2026
Updated by Raúl Barroso about 2 months ago
- Subject changed from 21027: Añadir tipo de votos en salas to Task 21027: Añadir tipo de votos en salas
Updated by Raúl Barroso about 2 months ago
- Status changed from Not Started to In Progress
- Assignee set to Raúl Barroso
Updated by Raúl Barroso about 2 months ago
INSERT INTO catalogValues (catalogValueCode, catalogValueDescription, catalogTypeCode, catalogTypeDescription, isLocked, comment) VALUES
(867, 'No intervino', 67, 'chamberMeetingVoteType', 1, ''),
(868, 'No interviene', 67, 'chamberMeetingVoteType', 1, ''),
(869, 'No ha lugar por falta de jurisdicción', 67, 'chamberMeetingVoteType', 1, '');
Updated by Edwin X Borrero about 2 months ago
Nuevos valores
INSERT INTO catalogValues (catalogValueCode, catalogValueDescription, catalogTypeCode, catalogTypeDescription, isLocked, comment) VALUES
(882, 'No intervino', 67, 'chamberMeetingVoteType', 1, ''),
(881, 'No interviene', 67, 'chamberMeetingVoteType', 1, ''),
(880, 'No ha lugar por falta de jurisdicción', 67, 'chamberMeetingVoteType', 1, '');
Updated by Estefany Santiago Trinidad 14 days ago
- Status changed from In Progress to Test Internally
Updated by Estefany Santiago Trinidad 14 days ago
- Target version changed from TS | Propuesta | Jun-10-2026 to TS | Propuesta | Jun- 03-2026
Updated by Estefany Santiago Trinidad 14 days ago
- Status changed from Test Internally to Internal Test: Pass
Actions