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
Google Chrome Version: 108.0.5359.125(Official Build) (64 bit)
How to reproduce? (再現手順)
Access to https://{GROWI_HOST}/admin/export and create archive and download
Access to https://{GROWI_HOST}/admin/importer and upload archive files and click button "import" (作成したアーカイブをアップロードし、インポートを実行する)
What happens? (症状)
Import request was failed and web page show error as below, then admin page disable button around import function
(以下のエラーが表示され、インポートにかかわるボタンが無効化される.)
Import request failed.
Upsert is only available for importing pages collection.
Interim solution
- Change import mode from Insert to Upsert one by one(only Page Collections secions item). then growi success import Page collections. (ひとつづつupsertに変更していくことでインポート可能になる)
What is the expected result? (期待される動作)
Growi should be able to import Page Collections with Mode: Insert(Insertでもインポートが実行されること)
or
Import page should be select Mode: Upsert as default in Page Collections section. (もしくはupsertがデフォルトで選択されていること)
Note
Q. Is it a spec that I can only import with Mode: upsert or is import with Mode: insert in the TODO?
(upsertでしかインポートできないのは仕様ですか?or insertでのインポートはTODOに入っていますか?)
The text was updated successfully, but these errors were encountered:
takahyon
changed the title
Bug:Growiアーカイブインポート機能のPage CollectionsがデフォルトでInsertになっている
Bug:Failure to import Page Collection in Growi Archive/Import Page Collections in feature Insert by default
Dec 21, 2022
Environment
Host
Client
How to reproduce? (再現手順)
What happens? (症状)
(以下のエラーが表示され、インポートにかかわるボタンが無効化される.)
Interim solution
- Change import mode from
Insert
toUpsert
one by one(only Page Collections secions item). then growi success import Page collections. (ひとつづつupsertに変更していくことでインポート可能になる)What is the expected result? (期待される動作)
or
Note
Q. Is it a spec that I can only import with Mode: upsert or is import with Mode: insert in the TODO?
(upsertでしかインポートできないのは仕様ですか?or insertでのインポートはTODOに入っていますか?)
The text was updated successfully, but these errors were encountered: