case 4491
This commit is contained in:
@@ -45,14 +45,15 @@ export default {
|
||||
//WARNING
|
||||
window.$gz.eventBus.$on("notify-warning", function handleNotifyWarn(
|
||||
msg,
|
||||
helpUrl
|
||||
helpUrl,
|
||||
overrideTimeout
|
||||
) {
|
||||
window.$gz.store.commit("logItem", "notify-warning: " + msg);
|
||||
msg = msg.substring(0, 600);
|
||||
vm.$root.$gznotify({
|
||||
message: msg,
|
||||
type: "warning",
|
||||
timeout: CalculateDelay(msg),
|
||||
timeout: overrideTimeout ?? CalculateDelay(msg),
|
||||
helpUrl: helpUrl
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user