wiki icon indicating copy to clipboard operation
wiki copied to clipboard

Bug: Fix issue #1292

Open BPowell76 opened this issue 1 year ago • 0 comments

Fixed issue https://github.com/requarks/wiki/issues/1292 with new page creation being incorrectly caught in Regex pattern matching that didn't match a language locale.

The server page helper regex pattern now excludes everything that match a living language as recognized by ISO 639-1. New pages can now be created.

In resolving this issue, the locale Regex pattern matching was removed from the new page modal as it adds the locale to the root of the page path. This made the regex matching redundant.

Closes #1292

image

image

image

BPowell76 avatar Nov 17 '24 20:11 BPowell76