dentsusoken / iPLAss

Java-based open source low-code development platform for enterprise
https://iplass.org/
GNU Affero General Public License v3.0
67 stars 25 forks source link

GEM、多重度複数のプロパティに対してRichTextEditorを使用している場合に、追加ボタンで表示されるEditorにOptionが適用されない #1563

Closed xkazama-yukio3 closed 3 months ago

xkazama-yukio3 commented 3 months ago

概要

多重度複数のLongTextプロパティなどに対して、LongTextPropertyEditorの RICHTEXTタイプを指定している場合に、 編集画面で「追加」ボタンで追加した結果表示されるEditorに対して RickText Editor Option が適用されない。

再現手順

  1. EditorのRickText Editor Option に対して、 { versionCheck: false } を指定。

  2. 編集画面で 「追加」ボタンをクリックし、Editorを表示するがオプションが適用されていない。

xkazama-yukio3 commented 3 months ago

(English)

Describe the bug

When the RICHTEXT type of LongTextPropertyEditor is specified for multiple LongText properties, etc, RickText Editor Option is not applied to the Editor that is displayed as a result of adding the property with the “Add” button on the edit screen.

To Reproduce

  1. Specify the following for the Editor's RickText Editor Option. { versionCheck: false }

  2. Click the “Add” button on the edit screen to display the Editor, but the option is not applied.