Skip to content
Snippets Groups Projects
Commit 53c8f69b authored by Zhang Terry's avatar Zhang Terry
Browse files

Issue #3410383 by viren18febS, Promo-IL, davyin: Render test code on rule save

parent 01d01837
No related branches found
No related tags found
Loading
...@@ -183,8 +183,6 @@ class RulesAddEditForm implements FormInterface { ...@@ -183,8 +183,6 @@ class RulesAddEditForm implements FormInterface {
]; ];
switch ($form_state->getValue('operation')) { switch ($form_state->getValue('operation')) {
case 'edit': case 'edit':
print 'edit';
print_r($item);
$this->entity->updateRule($item); $this->entity->updateRule($item);
$this->entity->save(); $this->entity->save();
break; break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment