Re: [PATCH] gui/semanagePage: Close "edit" and "add" dialogues when successfull

2018-03-01 Thread Vit Mojzis
The traceback was caused by leaving the object class combo box blank (therefore is not directly connected to this patch). But I agree that is's undesirable behavior. I can either add a check that would notify the user that they left the option blank, or set a default value.

Re: [PATCH] gui/semanagePage: Close "edit" and "add" dialogues when successfull

2018-02-26 Thread Stephen Smalley
On 02/22/2018 08:29 AM, Vit Mojzis wrote: > "Edit" and "add" dialogues weren't closed after successful transaction > ("add" and "edit" methods return "None" if successful). I see the bug, but the behavior after applying the patch also seems to be wrong: Traceback (most recent call last): File

[PATCH] gui/semanagePage: Close "edit" and "add" dialogues when successfull

2018-02-22 Thread Vit Mojzis
"Edit" and "add" dialogues weren't closed after successful transaction ("add" and "edit" methods return "None" if successful). Signed-off-by: Vit Mojzis --- gui/semanagePage.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/semanagePage.py