Project

General

Profile

Actions

Backport(バックポート) #3448

closed

opFormItemGenerator の trim 指定の参照要素名が間違っている

Added by Youichi Kimura about 11 years ago. Updated about 11 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Target version:
Start date:
2011-05-16
Due date:
% Done:

100%

Estimated time:

Description

Overview (現象)

trim の設定が IsRequired の設定になっている。

Causes (原因)

IsRequired を指定しているが、恐らくこの指定は間違っている。

$option = array('required' => $field['IsRequired'], 'trim' => $field['IsRequired']);

Way to fix (修正内容)

$field['IsTrim'] に修正し、
トリムが必要な項目については「IsTrim: true」を追加する。
(ただし、ガジェットのyml設定については修正範囲が大きいため対応しません)


Related issues 1 (0 open1 closed)

Related to OpenPNE 3 - Bug(バグ) #2104: opFormItemGenerator の trim 指定の参照要素名が間違っているFixed(完了)Masato Nagasawa2011-05-16

Actions
Actions #1

Updated by Masato Nagasawa about 11 years ago

  • Status changed from New(新規) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

更新履歴 ef5197c5fde3d1d6d2a43868aef0fa2b43742569 で適用されました。

Actions #2

Updated by Mutsumi Imamura about 11 years ago

  • Assignee set to Youichi Kimura
Actions #3

Updated by Shinichi Urabe about 11 years ago

  • Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
  • % Done changed from 50 to 70

レビューOKです

Actions #4

Updated by Mutsumi Imamura about 11 years ago

  • Status changed from Pending Testing(テスト待ち) to Fixed(完了)
  • % Done changed from 70 to 100

動作確認OKです。

Actions

Also available in: Atom PDF