repatched flag again (peformance issues is only with home)
This commit is contained in:
@@ -104,7 +104,7 @@ class MaterioFlagActionsController extends ActionLinkController {
|
||||
// $node = \Drupal::service('entity.repository')->loadEntityByUuid('node', $uuid);
|
||||
// $nid = $node->id();
|
||||
// call the parent flag function
|
||||
$this->unflag($flag, $id, $flagcollid);
|
||||
$this->unflag($flag, $id, 'default', $flagcollid);
|
||||
// response
|
||||
$data = [
|
||||
'flag' => $flag->toArray(),
|
||||
|
Reference in New Issue
Block a user