Skip to content

Commit 4ef39a7

Browse files
committed
Dev: Update options on delete as well as create / edit
DD-3046
1 parent ef47abc commit 4ef39a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Editor.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1042,6 +1042,7 @@ private function _process($data)
10421042
} elseif ($action === Editor::ACTION_DELETE && $this->_write === true) {
10431043
/* Remove rows */
10441044
$this->_remove($data);
1045+
$this->_options(true);
10451046
$this->_fileClean();
10461047
} elseif (($action === Editor::ACTION_CREATE || $action === Editor::ACTION_EDIT) && $this->_write === true) {
10471048
/* Create or edit row */

0 commit comments

Comments
 (0)