Release 2.53 (#5878)
This commit is contained in:
@@ -74,9 +74,6 @@ export default class KimaiAPILink extends KimaiPlugin {
|
||||
const successHandle = () => {
|
||||
EVENTS.trigger(eventName);
|
||||
document.dispatchEvent(new CustomEvent('kimai.reloadedContent'));
|
||||
if (attributes['msgSuccess'] !== undefined) {
|
||||
ALERT.success(attributes['msgSuccess']);
|
||||
}
|
||||
};
|
||||
const errorHandle = (error) => {
|
||||
let message = 'action.update.error';
|
||||
|
||||
Reference in New Issue
Block a user