Closed Troops994 closed 2 years ago
This issue seems to be only with Entries, I think it is the one you might be already investigating.
Morning, any idea when the fix will be out, this is effecting our live environments so we are keen to get this resolved asap.
Any update on this?
Fixed in 3.0.3 / 4.0.3
Getting the following errors for Linkit.
Strill seeing an issue where the type string is referenced.
in /var/www/craft/vendor/presseddigital/linkit/src/base/ElementLink.phpat line 71 62636465666768697071727374757677787980 if (!is_null($this->customSelectionLabel) && $this->customSelectionLabel != '') { return $this->customSelectionLabel; } return $this->defaultSelectionLabel(); }
in /var/www/craft/vendor/craftcms/cms/src/helpers/Template.php at line 90– [yii\base\Component::get](http://www.yiiframework.com/doc-2.0/yii-base-component.html#get()-detail)('url') 84858687888990919293949596 if ( $type !== TwigTemplate::METHOD_CALL && $object instanceof BaseObject && $object->canGetProperty($item) ) { return $isDefinedTest ? true : $object->$item; }