()
| 2684 | } |
| 2685 | } |
| 2686 | async function onCancelInDialog() { |
| 2687 | if (_isNewDataset && _isFormInDialogSelector !== null) { |
| 2688 | |
| 2689 | $(_isFormInDialogSelector).html(""); |
| 2690 | |
| 2691 | _showFormButtons(buttons.STATE.initialize); |
| 2692 | } else { |
| 2693 | await _showForm( |
| 2694 | buttons.STATE.show, |
| 2695 | _isFormInDialogJobPK, |
| 2696 | _isFormInDialogSelector |
| 2697 | ); |
| 2698 | } |
| 2699 | } |
| 2700 | async function onSave() { |
| 2701 | await _saveForm(false); |
| 2702 | } |
no test coverage detected