Open duncanmcclean opened 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.
Collection
Fixes statamic/eloquent-driver#378.
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.