BUG 10881 Informacion de Calendario al inicar un caso siempre es Default pese a que se seleccione uno diferente para el proceso SOLVED

- Don't get correctly the calendar information and the checkboxed are not refreshed correctly
- Get the correctly calendar information the checkboxes are reseted before load the new calendar information
This commit is contained in:
Julio Cesar Laura
2013-02-25 12:03:24 -04:00
parent 2aee349eed
commit 6243b8ad98
2 changed files with 2 additions and 2 deletions

View File

@@ -324,7 +324,7 @@ function showDetailsA(selectedNode) {
if ((selectedNode)&&(selectedNode.attributes.otherAttributes)) {
otherAttributes = selectedNode.attributes.otherAttributes;
calendarDays=(otherAttributes.CALENDAR_WORK_DAYS).split("|");
calendarObj={};
calendarObj={0: false, 1: false, 2: false, 3: false, 4: false, 5: false, 6: false};
for(i=0;i<calendarDays.length;i++){
calendarObj[calendarDays[i]]=true;