Skip to content

Commit 0a6821d

Browse files
naveensnowrohi-v
authored andcommitted
Update ui_page_client.js
1 parent dcbd6b7 commit 0a6821d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client-Side Components/UI Pages/Resolve Incident UI Page/ui_page_client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Below code will be used in client script of UI page as mentioned in README.md file
22

3-
function ResolveIncident(sysId) {
3+
function ResolveIncidentOnsubmit(sysId) { //This function is called in UI page HTML section When user clicks the Submit button
44
var rejectionReason = document.getElementById('resolution_reason').value;
55
var resolutionCode = document.getElementById('resolution_code').value;
66
var ga = new GlideAjax('ResolutionProcessor');

0 commit comments

Comments
 (0)