You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- What is the current behavior?
In case of using editorial workflow and GitHub backend.
When we create entry with URI-unsafe characters in title like 日本語のタイトル or عنوان فارسی, we can't create PR correctly (It is created with the title of empty string)
- What is the expected behavior?
If we want to create entry with URI-unsafe characters, we only do that slugify URI-safe characters.
As below
- Do you want to request a feature or report a bug?
FEATURE REQUEST
(Maybe, related to #414)
- What is the current behavior?
In case of using
editorial workflow
andGitHub backend
.When we create entry with URI-unsafe characters in title like
日本語のタイトル
orعنوان فارسی
, we can't create PR correctly (It is created with the title of empty string)- What is the expected behavior?
If we want to create entry with URI-unsafe characters, we only do that slugify URI-safe characters.
As below
- Please mention your node.js, and operating system version.
v8.2.1
The text was updated successfully, but these errors were encountered: