pageboard / server

Web site building system - server packages
MIT License
4 stars 0 forks source link

page url update: hrefs should also update fields $helper.name == "page" #104

Closed kapouer closed 1 year ago

kapouer commented 3 years ago

This might simplify code a bit, because this way the page having a url change might be updated by the same code that changes other urls. Also it typically breaks query_form redirection, badrequest, etc.. fields

kapouer commented 1 year ago

Fixed by changing page helper to 'href' but modified by filter 'page' to 'pageUrl'