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
After the 5.0.6 release, trying to add an internal or anchor link type is throwing a js error Uncaught TypeError: this.getRequireLinkText is not a function.
The method looks like it was removed in #2884 but references to it remain/were added.
Doesn't seem to matter where the HTMLEditorField is, replicating is adding text, highlighting the text, selecting Page on this site or Anchor on a page from the link dropdown.
The text was updated successfully, but these errors were encountered:
@GuySartorelli I'm using the recipe-cms ^5.0.0, rather than including these core packages on a per-package basis. So I would've expected both updates to come through via a composer update. I'll take a look later today at why then I'm not getting the latest silverstripe/admin module, but might be worth checking the recipe then too for some oddity.
After the
5.0.6
release, trying to add an internal or anchor link type is throwing a js errorUncaught TypeError: this.getRequireLinkText is not a function
.The method looks like it was removed in #2884 but references to it remain/were added.
Doesn't seem to matter where the
HTMLEditorField
is, replicating is adding text, highlighting the text, selecting Page on this site or Anchor on a page from the link dropdown.The text was updated successfully, but these errors were encountered: