bugCreated = DateUtil.parseW3CDTF(selectedEntity.getTag("date_created"));
bugUpdated = DateUtil.parseW3CDTF(selectedEntity.getTag("date_updated"));
bugCreated = DateUtil.parseW3CDTF(selectedEntity.getTag("date_created"));
bugUpdated = DateUtil.parseW3CDTF(selectedEntity.getTag("date_updated"));
- BugLayer(layer).closeBug(selectedEntity as Marker, nickName.text, closeComment.text, status);
+ connection.closeBug(selectedEntity as Marker, nickName.text, closeComment.text, status);
bugStatus = selectedEntity.getTag("status");
// this should really be a 'saving...' state, with a callback depending on the server result
bugControlStack.selectedChild = option_invalid.selected ? bugInvalid : bugFixed;
bugStatus = selectedEntity.getTag("status");
// this should really be a 'saving...' state, with a callback depending on the server result
bugControlStack.selectedChild = option_invalid.selected ? bugInvalid : bugFixed;