mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-13 06:25:00 -05:00
Fixed command category value.
This commit is contained in:
committed by
Endi Sukma Dewata
parent
340d0d685c
commit
039039155f
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user