Skip to content

Commit 451495b

Browse files
authored
Refactored the code which reflects the worknotes and addtional comments
Refactored the code which reflects the work notes and additional comments as titile and function name
1 parent 66b0498 commit 451495b

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

Client-Side Components/UI Pages/Edit Last WorkNotes/Client.js

Lines changed: 0 additions & 12 deletions
This file was deleted.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
function openEditLastCommentModal() {
2+
var dialog = new GlideModal("edit_worknotes_comments_inc");
3+
dialog.setTitle('Edit Last WorkNotes/Addtional Comments');
4+
dialog.setPreference('incid', g_form.getUniqueValue());
5+
dialog.setWidth(550);
6+
dialog.render();
7+
}

0 commit comments

Comments
 (0)