()
| 2698 | } |
| 2699 | } |
| 2700 | async function onSave() { |
| 2701 | await _saveForm(false); |
| 2702 | } |
| 2703 | function _showFormButtons(manualSetEvent) { |
| 2704 | const p = { |
| 2705 | create: privileges.getPrivilege(_staticData, privileges.PRIVILEGE.CREATE), |
nothing calls this directly
no test coverage detected