Umbraco-cms: Markdown editor link picker

Created on 24 Jun 2019  路  4Comments  路  Source: umbraco/Umbraco-CMS

Umbraco v8.0.2:

The Markdown editor link picker throws a console error when clicked.

Reproduction

Steps to reproduce

  • Create a new doc type
  • Add a markdown editor property
  • Edit the property value on a content node
  • Click the link picker

Expected result

  • Link modal / dialogue will show, allowing the user to pick the link location

Actual result

console error is throw.

$(dialog).modal()
"TypeError: $(...).modal is not a function"

/umbraco/lib/markdown/markdown.editor.js line 1133

communitpr releas8.6.0 typbug

Most helpful comment

I've got this; might as well make use of the built-in link picker while we're at it.

All 4 comments

I can reproduce, also still a problem in 8.1.0.

I've marked this as "Up for grabs" so that you or someone else coming along could create a pull request for it.

I've got this; might as well make use of the built-in link picker while we're at it.

PR in #5745

Was this page helpful?
0 / 5 - 0 ratings