ckan / ckanext-pages

A simple builtin CMS for CKAN sites
GNU General Public License v3.0
51 stars 99 forks source link

fix: wrong endpoint name for redirect after page removal #128

Closed smotornyuk closed 1 year ago

smotornyuk commented 1 year ago

Problem: When the page is successfully deleted, a user is redirected to the pages.index endpoint, which was renamed recently to pages.pages_index

Fix: Update redirect and use the current name of the endpoint.

octavportar commented 10 months ago

@amercader Please create a new tag following this bug