Disable notifications
Posted: 2022-10-23 10:50
Good day,
Is there a way to disable this notification:
Other than editing incCommon.php?
Currently I just comment these two lines:
Thanks
Is there a way to disable this notification:
Code: Select all
The new record has been saved successfully.
Currently I just comment these two lines:
Code: Select all
if(Request::val('record-added-ok')) {
//$msg = $Translation['new record saved'];
//$class = 'alert-success';