statamic / cms

The core Laravel CMS Composer package
https://statamic.com
Other
4.11k stars 538 forks source link

[5.x] Update entry URIs when collection route is changed #11150

Open duncanmcclean opened 5 days ago

duncanmcclean commented 5 days ago

This pull request fixes a papercut in the Eloquent Driver where changes to a collection's route wouldn't refresh entry URIs in the database.

This PR addresses that by adding dirty state to the Collection class and updates the entry URIs when it detects the route has been changed.

Fixes statamic/eloquent-driver#378.