ページURLが他と重複してたらエラーを投げるように (#5354)
* [Page]nameが重複したときの処理を追加 * page-editor側のerr.idにuuidを適用 * refactor * uuidをわけた
This commit is contained in:
parent
85721065fd
commit
2d6d9f30e1
5 changed files with 63 additions and 23 deletions
|
@ -1817,6 +1817,7 @@ pages:
|
|||
read-page: "Viewing the source"
|
||||
page-created: "Created the page!"
|
||||
page-updated: "Updated the page"
|
||||
name-already-exists: "Specified page url already exists"
|
||||
are-you-sure-delete: "Do you want to delete this page?"
|
||||
page-deleted: "The page has been deleted"
|
||||
edit-this-page: "Edit this page"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue