You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Within the tag we're looking for the entry id within the tag context (see here):
if (! $this->entry = $this->context->get('entry_id')->augmentable()) {
returnnull;
}
That seems to work perfectly fine in the frontend – however, when using the live preview, the entry_id key can not be found within the context. You can find however a key id, which seems to contain the same information. Changing that key should fix this.
Tested in both 3.4 and 4.1, in an existing project and in a fresh install. I don't know if that bug has always been there and we haven't noticed that before, or if any changes caused that problem.
The text was updated successfully, but these errors were encountered:
Within the tag we're looking for the entry id within the tag context (see here):
That seems to work perfectly fine in the frontend – however, when using the live preview, the
entry_id
key can not be found within the context. You can find however a keyid
, which seems to contain the same information. Changing that key should fix this.Tested in both 3.4 and 4.1, in an existing project and in a fresh install. I don't know if that bug has always been there and we haven't noticed that before, or if any changes caused that problem.
The text was updated successfully, but these errors were encountered: