From 039039155f7dbdafd183f3248c64613ec07c0900 Mon Sep 17 00:00:00 2001 From: "Endi S. Dewata" Date: Mon, 10 Jan 2011 17:09:00 +0700 Subject: Fixed command category value. --- install/static/sudorule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install/static/sudorule.js') diff --git a/install/static/sudorule.js b/install/static/sudorule.js index 23135c00..934131c1 100755 --- a/install/static/sudorule.js +++ b/install/static/sudorule.js @@ -1063,7 +1063,7 @@ function ipa_sudorule_command_table_widget(spec) { var command; - if (that.category.save() == 'all') { + if (that.category.save() == 'allow') { command = ipa_command({ 'method': that.entity_name+'_mod', 'args': [pkey], -- cgit