-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
15.1.1
Bug summary
It's not possible to insert a link to an unpublished page in TinyMCE, which was possible to do in Umbraco 13. The editor gets stuck at the point when they need to click the 'Submit' button as that is disabled. It looks like the system believes that no page was picked as the 'URL' text input field is also empty.
Specifics
Steps to reproduce
- Create document type with a RTE [TinyMCE] with standard settings
- Create a new page and 'Save and publish' it
- Create a new page and only save it - don't publish it
- Go to the first created page and write a text, mark some text and click 'Add/Edit link'
- Click 'Link to document' and select the unpublished page
- You get back to the 'Select link' screen, but you can't click 'Submit' in bottom right
Expected result / actual result
The local link is inserted in the TinyMCE RTE and the editor can continue their editor experience
Reactions are currently unavailable

