More Audit logging fixes and added proper permissions and added common datasets when a company is added

This commit is contained in:
johnnyq
2021-12-28 18:53:48 -05:00
parent 15d95a3647
commit 05702c4a1b
3 changed files with 34 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ if(window.history.replaceState){
}
// Slide alert up after 4 secs
$("#alert").fadeTo(4000, 500).slideUp(500, function(){
$("#alert").fadeTo(5000, 500).slideUp(500, function(){
$("#alert").slideUp(500);
});