Univention Bugzilla – Attachment 6338 Details for
Bug 25305
[Process overview] SIGKILL/SIGTERM of not anymore running process causes traceback
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
bug25305.patch (text/plain), 1.66 KB, created by
Florian Best
on 2014-11-11 12:25:15 CET
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Florian Best
Created:
2014-11-11 12:25:15 CET
Size:
1.66 KB
patch
obsolete
>diff --git a/ucs-4.0-0/management/univention-management-console-module-top/umc/js/top.js b/ucs-4.0-0/management/univention-management-console-module-top/umc/js/top.js >index 5ced3df..6fc02a2 100644 >--- a/ucs-4.0-0/management/univention-management-console-module-top/umc/js/top.js >+++ b/ucs-4.0-0/management/univention-management-console-module-top/umc/js/top.js >@@ -66,8 +66,9 @@ define([ > dialog.confirm(msg, [{ > label: _('OK'), > callback: lang.hitch(this, function() { >- this.umcpCommand('top/kill', params).then(lang.hitch(this, function() { >+ this.standbyDuring(this.umcpCommand('top/kill', params)).then(lang.hitch(this, function() { > this.addNotification(_('Signal (%s) sent successfully', signal)); >+ this.reloadGrid(); > })); > }) > }, { >@@ -76,6 +77,10 @@ define([ > }]); > }, > >+ reloadGrid: function() { >+ this._grid.filter(this._grid.query); >+ }, >+ > buildRendering: function() { > this.inherited(arguments); > >diff --git a/ucs-4.0-0/management/univention-management-console-module-top/umc/python/top/__init__.py b/ucs-4.0-0/management/univention-management-console-module-top/umc/python/top/__init__.py >index 003cbf7..7a7221b 100644 >--- a/ucs-4.0-0/management/univention-management-console-module-top/umc/python/top/__init__.py >+++ b/ucs-4.0-0/management/univention-management-console-module-top/umc/python/top/__init__.py >@@ -118,7 +118,7 @@ class Instance(umcm.Base): > success = True > else: > request.status = MODULE_ERR >- failed = ', '.join(failed) >+ failed = ', '.join(map(str, failed)) > message = _('No process found with PID %s') % (failed) > success = False > self.finished(request.id, success, message=message)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 25305
: 6338