001-005720
ロケールの言語を「English」に設定して、組織情報をCSVファイルに書き出すと、項目名の「Parent organization code」が「New organization code」に変更されてしまう。
- 種別
- 不具合
- 機能
-
- システム設定
- 再現バージョン
-
- 3.1.0
- 3.1.1
- 3.1.2
- 3.1.3
- 3.5.0
- 3.5.1
- 3.5.2
- 3.5.3
- 3.5.4
- 3.5.5
- 3.7.0
- 3.7.1
- 3.7.2
- 3.7.3
- 3.7.4
- 3.7.5
- 4.0.0
- 4.0.1
- 4.0.2
- 4.0.3
- 4.2.0
- 4.2.1
- 4.2.2
- 4.2.3
- 改修バージョン
- 4.2.4
- 公開日
- 2012-10-31
- 更新日
- 2016-11-25
詳細
【準備】
- ユーザーを追加します。
例:
ユーザー1(システム管理権限あり) - ユーザー1の(個人設定画面)「ローカライズ > ロケールの設定」画面で、言語を「English」に設定します。
【再現手順】
- ユーザー1でシステム管理画面にログインし、[Basic system administration] > [Users] > [Export to CSV file] > [Organization details]の順にクリックします。
- 「Include header row」で「yes」を選択します。
- [Export]をクリックします。
- 書き出したCSVファイルを確認します。
→現象発生:
先頭行の項目名の「Parent organization code」が「New organization code」に変更されます。
----------------
"Current organization code","Organization name","New organization code","New organization code","Notes"
----------------
→正しい結果:
先頭行の項目名の「Parent organization code」が正しく書き出されます。
----------------
"Current organization code","Organization name","New organization code","Parent organization code","Notes"
----------------
補足:
- コマンドラインを使用してCSVファイルへの書き出しを行った場合も、同様の現象が発生します。
- 先頭行の項目名は不正な状態で書き出されますが、書き出されるデータ自体には問題はありません。
回避/対応方法
【回避方法】
次のバージョンの製品で本現象を改修しています。バージョンアップを検討してください。
- バージョン 4.2.4のガルーン
-------------------------------------------------------------
【更新履歴】
2016/11/07 タイトルを更新しました。