silverstripe / silverstripe-campaign-admin

Campaign and publishing admin interface for Silverstripe
BSD 3-Clause "New" or "Revised" License
2 stars 16 forks source link

ENH Allow URLs without trailing slashes #253

Closed GuySartorelli closed 1 year ago

GuySartorelli commented 1 year ago

https://github.com/silverstripe/silverstripe-framework/pull/10538 allows us to have a URLs which can be configured to have or omit trailing slashes. This PR updates the campaign-admin javascript to stop explicitly expecting one to be/not be there.

Note that this PR will need to be modified once https://github.com/silverstripe/webpack-config/pull/57 has been merged and released in NPM.

Parent issue

GuySartorelli commented 1 year ago

webpack-config changes are now included in this PR.

GuySartorelli commented 1 year ago

Rebased to resolve conflicts