add: audit log, reports
add: theme preference setting
This commit is contained in:
parent
b2df2739a7
commit
d3d0c41334
38 changed files with 925 additions and 169 deletions
|
@ -144,6 +144,9 @@ impl DataManager {
|
|||
}
|
||||
}
|
||||
}
|
||||
AssetType::User => {
|
||||
return Err(Error::NotAllowed);
|
||||
}
|
||||
};
|
||||
|
||||
// return
|
||||
|
@ -200,6 +203,9 @@ impl DataManager {
|
|||
return Err(e);
|
||||
}
|
||||
}
|
||||
AssetType::User => {
|
||||
return Err(Error::NotAllowed);
|
||||
}
|
||||
};
|
||||
|
||||
// return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue