Fix AJAX update on action settings screen
This commit is contained in:
parent
21642f0040
commit
cb1504082b
@ -100,7 +100,7 @@ class ActionController extends DashboardController {
|
||||
$NewActionRow = ActionRow($Action);
|
||||
|
||||
if($Edit) {
|
||||
$this->JsonTarget('#Action_' . $this->Action->ActionID, $NewActionRow, 'ReplaceWith');
|
||||
$this->JsonTarget('#ActionID_' . $this->Action->ActionID, $NewActionRow, 'ReplaceWith');
|
||||
$this->InformMessage(T('Yaga.ActionUpdated'));
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user