Files
luos/workflow/engine/xmlform/cases/cases_TaskDetails.xml
Luis Fernando Saisa Lopez bf3151951f BUG 14130 "Date is not showing correctly in..." SOLVED
- Date is not showing correctly in process map with unread new cases
- Problema resuelto, cuando un Supervisor de Procesos revisa el estado del proceso con los casos no leidos en
  HOME>PROCESS SUPERVISOR>REVIEW, click en "Information" seleccionando la opcion "Process map", en el popup se
  mostraba en el label "Init Date" con la fecha de "1969-12-31" dando a confusion.
  Se corrige y en su lugar se muestra el mensaje "Case not yet started".
2014-03-25 15:26:05 -04:00

28 lines
519 B
XML
Executable File

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm name="cases_TaskDetails" type="xmlform" width="100%" labelWidth="35%">
<TASK type="text" mode="view">
<en>Title</en>
</TASK>
<USER type="text" mode="view">
<en>User</en>
</USER>
<INIT_DATE type="text" mode="view">
<en>Init Date</en>
</INIT_DATE>
<DUE_DATE type="text" mode="view">
<en>Due date</en>
</DUE_DATE>
<FINISH type="text" mode="view">
<en>Finish date</en>
</FINISH>
<DURATION type="text" mode="view">
<en>Duration</en>
</DURATION>
</dynaForm>