-
Notifications
You must be signed in to change notification settings - Fork 73
Description
strapi-plugin-navigation version: 3.2.4
strapi version: 5.23.2
Description:
When creating a navigation item with "Read fields from related" enabled:
- The URL field is cleared when reopening the item.
- The path is correctly computed from the related entry and shown in the preview next to the title of the navigation item.
Steps to reproduce:
1- Create a navigation item → Internal source → enable "Read fields from related" -> select Content Type and Entity -> add URL and save.

2- Reopen the item, URL is empty, and the Output path as shown is not as the one shown before opening the item.

3- Enter new value in the URL field ( 'workshop' for example) and save.

4- The path updated now as it shows on the item card.

5- Open the item again and URL is empty again.

Expectated behavior:
The URL values and path that are shown when the item is open should be the same as the ones that appear when the item is closed (just like when the "Read fields from related" is disabled, everything is shown as expected).