[UPDT] BASE: Updated action type CRUD operation permissions
This commit is contained in:
@@ -497,6 +497,11 @@ function handleDownloadAndRefresh(event, url) {
|
||||
}, 500); // Adjust the delay as needed
|
||||
}
|
||||
|
||||
function toggleCommentButton(e) {
|
||||
const $button = $(e).closest('form').find('#commentButton');
|
||||
$button.toggle($(e).val().trim() !== '');
|
||||
}
|
||||
|
||||
function updateUserPanelCount(e) {
|
||||
var count = $(e).closest('.oh-sticky-table__tr').find('.oh-user-panel').length;
|
||||
setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user