Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[不具合] フォーム入力画面にて変更不可のデフォルト値が変更できてしまう #287

Closed
K-Haruto opened this issue Sep 13, 2021 · 1 comment · Fixed by #430
Assignees
Labels
bug Something isn't working
Milestone

Comments

@K-Haruto
Copy link
Collaborator

概要(Overview)
フォーム入力画面にて変更不可のデフォルト値が変更できてしまう。
しかし、変更は送信内容に反映されずデフォルト値が送信される。

再現手順(To Reproduce)

  1. webフォームを作成する。このときいずれかの項目のデフォルト値を設定する(例では姓 : あああああ を登録)
  2. 入力されている内容を変更した後に送信(例では姓 : いいいいいい)
  3. 送信先のページを確認する)姓 : あああああとして登録されたデータが確認できる)

スクリーンショット(Screenshots)

  1. webフォーム作成画面
    image
  2. webフォーム送信画面
    image
  3. 姓 : あああああとして登録された
    image

稼働環境 Server (please complate the following information):

不具合発生時の利用ブラウザ Blowser(please complete the following information):

  • OS: Windows10
  • Browser chrome
  • Version

その他情報(Additional context)

@K-Haruto K-Haruto added the bug Something isn't working label Sep 13, 2021
@Remicck
Copy link
Contributor

Remicck commented Sep 29, 2021

現状の仕様としては、「固定値」として常に入るようなイメージの機能かなと思います。
Issueとして上がっている内容の通り、ユーザーがイメージするのは「もし空の場合は、デフォルトの値が登録される(値があれば上書きされる)」という挙動だと思われますので、対応する方針で考えていきたいです。

運用中のフォームからパッチを当てた場合、なにか不具合が起きないかを懸念していますが、既存の仕様では常に固定値が入ることから、一括編集で対応可能そうなのでリスクも少ない認識です。

@K-Haruto K-Haruto added this to the v7.3.6 milestone Dec 9, 2021
Remicck added a commit that referenced this issue Jan 30, 2022
#287 フォーム入力画面にて変更不可のデフォルト値が変更できてしまう箇所の修正
Remicck added a commit to Remicck/F-RevoCRM that referenced this issue Apr 15, 2024
…rrideValue

thinkingreed-inc#287 フォーム入力画面にて変更不可のデフォルト値が変更できてしまう箇所の修正
Remicck added a commit to Remicck/F-RevoCRM that referenced this issue Apr 15, 2024
…rrideValue

thinkingreed-inc#287 フォーム入力画面にて変更不可のデフォルト値が変更できてしまう箇所の修正
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants