// Limiting to the current user so we do not subquery chatbot fields on _all_ users'
// chatbot+ fields.
$sub_query->condition('entity_id', $this->currentUser->id());
with cursor in the first line (or anywhere in the commented lines), invoke the Wrap Paragraph to Column function.
Expected:
// Limiting to the current user so we do not subquery chatbot fields
// on _all_ users' chatbot+ fields.
$sub_query->condition('entity_id', $this->currentUser->id());
Instead:
// Limiting to the current user so we do not subquery chatbot fields
// on _all_ users' chatbot+ fields.
// $sub_query->condition('entity_id', $this->currentUser->id());
Given:
with cursor in the first line (or anywhere in the commented lines), invoke the Wrap Paragraph to Column function.
Expected:
Instead: