Uploaded image for project: 'Tuigwaa'
  1. Tuigwaa
  2. TUIGWAA-52

カスタムフォーム、更新ルールで日付型に値をセットしても、「年」しか記録されない

XMLWordPrintable

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Major Major
    • 0.9.1
    • Affects Version/s: 0.9, 0.8
    • Component/s: controller
    • None

      カスタムフォーム、更新ルールを作成する際に、
      日付型の属性に対して値をセットしても、dicon ファイルには 年 が記録されるのみで、
      月日に関しては値が入らない。

      <initMethod name="putUpdateValue">
      <arg>
      "tgw_attr_1"
      </arg>
      <arg>
      "1996"
      </arg>
      </initMethod>

      上記("1996")のように文字列で年のみを持っているが、本来であれば、java.lang.Long 型で持たせるべき。

            Assignee:
            takishita takishita
            Reporter:
            takishita takishita
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: