Issue #2981047: Views does not support computed bundle fields
4 unresolved threads
Compare changes
Files
11@@ -5,6 +5,7 @@
@@ -5,6 +5,7 @@
@@ -72,6 +73,12 @@ protected function setUpAuthorization($method) {
@@ -72,6 +73,12 @@ protected function setUpAuthorization($method) {
@@ -89,6 +96,7 @@ protected function createEntity() {
@@ -89,6 +96,7 @@ protected function createEntity() {
$self_url = Url::fromUri('base:/jsonapi/entity_test_computed_field/entity_test_computed_field/' . $this->entity->uuid())->setAbsolute()->toString(TRUE)->getGeneratedUrl();
@@ -135,6 +143,19 @@ protected function getExpectedDocument() {
@@ -135,6 +143,19 @@ protected function getExpectedDocument() {