From: Thierry Parmentelat Date: Wed, 11 Sep 2013 14:35:54 +0000 (+0200) Subject: the slice view moves back to non-transient messages for now X-Git-Tag: myslice-0.2-3~30 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=23ff03c16854ba93aec3d7d8a19901cdf5448001 the slice view moves back to non-transient messages for now --- diff --git a/portal/sliceview.py b/portal/sliceview.py index 892238aa..6e63e82f 100644 --- a/portal/sliceview.py +++ b/portal/sliceview.py @@ -263,6 +263,12 @@ class SliceView (LoginRequiredAutoLogoutView): title = "Runtime messages for slice %s"%slicename, domid = "msgs-pre", levels = "ALL", + # plain messages are probably less nice for production but more reliable for development for now + transient = False, + # these make sense only in non-transient mode.. + togglable = True, + toggled = 'persistent', + outline_complete = True, ))