Daniel-KM / Omeka-S-module-CleanUrl

Displays clean and readable URLs like https://example.org/my_collection/dcterms:identifier in Omeka S.
Other
4 stars 4 forks source link

fix reserved site slug verification #12

Open TitouanBoudart opened 1 year ago

TitouanBoudart commented 1 year ago

Fix a bug: When having site pages slugs that are already reserved (that would cause a confusion if /page/ slug is removed), I was unable to use the module configuration because of a Error raising even if the /page/ slug was untouched.

Added a check for pageSlug parameter length before raising this error.